SetEventString Function

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

void SetEventString(Handle event, const char[] key, const char[] value)

Parameters

Handle event

Handle to the event.

const char[] key

Name of event key.

const char[] value

New string value.

Errors

Invalid or corrupt Handle.