GetInt
Returns the integer value of a game event's key.
native int GetInt(const char[] key, int defValue = 0)
Parameters
const char[] key
Name of event key.
int defValue
Optional default value to use if the key is not found.
Return Value
int The integer value of the specified event key.