com.onlineobject.objectnet Namespace

CoreGameEvents..::..IsCoreEvent Method

Determines if the given event code corresponds to a core game event.

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

Syntax


public static bool IsCoreEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

true if the event code is a core game event; otherwise, false.