Usage

Syntax: function onSwitchObserverToPlayer(obj) { }

Explanation

Is called when a player has been switched from observer mode back to normal.

See Also:
onSwitchPlayerToObserver

Example

function onSwitchObserverToPlayer(obj)
{
  echo("foo");
}

... echoes "foo".

Categories

CategoryFunctionEvent

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki