native
get_msg_argtype
Syntax
native get_msg_argtype(argn);
Description
Gets the argument type of a specified argument.
Parameters
| argn | Argument number |
|---|
Note
This function will fail if used outside a hooked message scope, thus
it should never be used unless inside a registered message function.
Return
Argument type (see ARG_* constants in message_const.inc)