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