Sets the integer value of a game event's key.
Integer value refers to anything that can be reduced to an integer. The various size specifiers, such as "byte" and "short" are still integers, and only refer to how much data will actually be sent over the network (if applicable).
void SetInt(const char[] key, int value)
Name of event key.
New integer value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.