Usage

Syntax: function onSwitchPlayerToObserver(obj) { }

Explanation

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

See Also:
onSwitchObserverToPlayer

Example

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

... echoes "foo".

Categories

CategoryFunctionEvent
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki