RemoveBinds (script event)

Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Removes all attached entities from the game.

Usage

void removeBinds()

Parameters

This script event does not accept parameters.

Examples

 
$my_entity.removeBinds();

Notes

This script event does not return any values.