string GetArgument(int iNumber)
Return values
A argument passed by calling application.
Parameters
Remarks
A calling application can pass a number of arguments to a Lua script to customize its behaviour. With this function and the related GetArgumentCount the programmer can extract the arguments.