Event.SetFloat Method

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

void SetFloat(const char[] key, float value)

Parameters

const char[] key

Name of event key.

float value

New floating point value.