GetInputPerson
From Spheriki
Gets the name of the person who currently holds input.
Contents |
[edit]
Usage
string GetInputPerson();
- string is returned, containing the name of the person that the player is controlling, or an empty string if input is not attached.
[edit]
Examples
See the example for IsInputAttached().
[edit]
Notes
- At the time of writing, this function only exists for input attached for the first player. There is no equivalent function for the other three players.
[edit]

