Event.GetString Method

Retrieves the string value of a game event's key.

void GetString(const char[] key, char[] value, int maxlength, const char[] defvalue)

Parameters

const char[] key

Name of event key.

char[] value

Buffer to store the value of the specified event key.

int maxlength

Maximum length of string buffer.

const char[] defvalue
No description.