Signature
native getarg(arg, index = 0);
Description
Retrieves an argument value passed into the currently executed function.
Parameters
- arg — Argument index
- index — Index to retrieve from the argument (for arrays and strings)
Returns
Argument value at given index