SetEventFloat Function

Sets the floating point value of a game event's key.

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

Parameters

Handle event

Handle to the event.

const char[] key

Name of event key.

float value

New floating point value.

Errors

Invalid or corrupt Handle.