DetachInput
From Spheriki
Stops a person from responding to player input in the map engine.
[edit]
Usage
DetachInput();
[edit]
Notes
- This will remove input attachment from a player if it is attached.
- DetachInput() is equivalent to DetachPlayerInput(0).
[edit]

