get_instance_invoke_string | Precisamento

get_instance_invoke_string

Home
functions
constants
json
examples

Invokes a method on an instance, and returns the result as a string.

Syntax

1
get_instance_invoke_string(id, method_name, argument_count)
Argument Type Description
id double The id of the instance that will call the method.
method_name string The name of the method to call.
argument_count double The number of arguments loaded to be passed to the method.

Returns: String

Description

This function invokes a method on an instance, and returns the result as a string. First, load the method arguments, then call this function.