Event.GetName Method

Retrieves the name of a game event.

void GetName(char[] name, int maxlength)

Parameters

char[] name

Buffer to store the name of the event.

int maxlength

Maximum length of string buffer.