GetEventName Function

Retrieves the name of a game event.

void GetEventName(Handle event, char[] name, int maxlength)

Parameters

Handle event

Handle to the event.

char[] name

Buffer to store the name of the event.

int maxlength

Maximum length of string buffer.

Errors

Invalid or corrupt Handle.