Set the value of a parameter. Use only for: int, entity, edict, bool or float parameter types. An entity parameter type can be set to NULL using INVALID_ENT_REFERENCE (-1). The changes are only applied when MRES_ChangedHandled or MRES_ChangedOverride is returned in the callback.
native void Set(int num, any value)