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

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

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