Usage

Syntax: function onServerListerConnect() { }

Explanation

The onServerListConnect event is called when the serverlister establishes a connection with the GServer. This is normally only helpful when integrating with the lister (often used on iPhone servers for syncing friends lists).

Example

function onServerListerConnect()
{
  echo("Serverlister connected");
}

... echoes "Serverlister connected" when the serverlister connects.

Categories

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