load_method | Precisamento

load_method

Home
functions
constants
json
examples

Loads a method.

Syntax

1
load_method(type_name, method_name, argument_types, is_instance)
Argument Type Description
type_name string The name of the type that defines the method.
method_name string The name of the method to save.
argument_types double The number of types loaded used to find the correct method overload.
is_instance double Defines whether to find a static or instance method.

Returns: 1

Description

This function loads a method as an argument. First, load the type of each argument, then call this method.