com.onlineobject.objectnet Namespace

LobbyServerEvents..::..IsLobbyEvent Method

Determines if the given event code corresponds to a lobby event.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static bool IsLobbyEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

true if the event code is within the range of lobby events; otherwise, false.