Invokes a static method, and returns the result as a number.
Syntax
1
get_static_invoke_num(type_name, method_name, argument_count)
Argument | Type | Description |
---|---|---|
type_name | string | The name of the type that defines the method. |
method_name | string | The name of the method to be called. |
argument_count | double | The number of arguments loaded to be passes to the method. |
Returns: Real
Description
This function invokes a static method, and returns the result as a number. First load the method arguments, then call this function.