com.onlineobject.objectnet Namespace

InternalGameEvents..::..IsGameEvent Method

Determines if the provided event code corresponds to a defined game event.

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

Syntax


public static bool IsGameEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

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