Usage
Syntax: function onSwitchPlayerToGhost(obj) { }
Explanation
Is called when a player has been switched to ghost mode.
Deprecated. Use onSwitchPlayerToObserver() instead.
Example
function onSwitchPlayerToGhost(obj) { echo("foo"); }
... echoes "foo".
Categories
CategoryFunctionEvent
CategoryDeprecated
There are no comments on this page. [Add comment]