SetEventBool Function

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

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

Parameters

Handle event

Handle to the event.

const char[] key

Name of event key.

bool value

New boolean value.

Errors

Invalid or corrupt Handle.