native set_msg_arg_float(argn, argtype, Float:fValue);
argn | Argument number |
argtype | Argument type (see ARG_* constants in message_const.inc) |
fValue | Argument value |
Sets the float value of a specified argument.
This function will fail if used outside a hooked message scope, thus it should never be used unless inside a registered message function.
This function has no return value.
If an invalid message argument is passed, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.