CsParseArguments

int CsParseArguments( VM *vm, char *fmt, … ) Retrieves arguments on the stack for the current function

Parameters

Returns

Number of arguments remaining on the stack

Format string

An expected type of a pointer passed in variable argument list is specified in the parentheses.

1 - All these format specifiers represent an integral type argument on the stack
2 - If integral value is on the stack it is converted to a float value
3 - If integral or float value is on the stack it is converted to a double value