Callable

There is currently no description for this class. Please help us by contributing one!

Note

There are notable differences when using this API with C#. See C# Differences for more information.

Constructors

Callable

Callable ( )

Callable

Callable ( Callable from )

Callable

Callable ( Object object, StringName method )

Methods

Callable

bind () vararg const

Callable

bindv ( Array arguments )

Variant

call () vararg const

void

call_deferred () vararg const

Variant

callv ( Array arguments ) const

Callable

create ( Variant variant, StringName method ) static

int

get_argument_count ( ) const

Array

get_bound_arguments ( ) const

int

get_bound_arguments_count ( ) const

StringName

get_method ( ) const

Object

get_object ( ) const

int

get_object_id ( ) const

int

hash ( ) const

bool

is_custom ( ) const

bool

is_null ( ) const

bool

is_standard ( ) const

bool

is_valid ( ) const

void

rpc () vararg const

void

rpc_id ( int peer_id, … ) vararg const

Callable

unbind ( int argcount ) const

Operators

bool

operator != ( Callable right )

bool

operator == ( Callable right )


Constructor Descriptions

Callable Callable ( )

There is currently no description for this constructor. Please help us by contributing one!


Callable Callable ( Callable from )

There is currently no description for this constructor. Please help us by contributing one!


Callable Callable ( Object object, StringName method )

There is currently no description for this constructor. Please help us by contributing one!


Method Descriptions

Callable bind () vararg const

There is currently no description for this method. Please help us by contributing one!


Callable bindv ( Array arguments )

There is currently no description for this method. Please help us by contributing one!


Variant call () vararg const

There is currently no description for this method. Please help us by contributing one!


void call_deferred () vararg const

There is currently no description for this method. Please help us by contributing one!


Variant callv ( Array arguments ) const

There is currently no description for this method. Please help us by contributing one!


Callable create ( Variant variant, StringName method ) static

There is currently no description for this method. Please help us by contributing one!


int get_argument_count ( ) const

There is currently no description for this method. Please help us by contributing one!


Array get_bound_arguments ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_bound_arguments_count ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_method ( ) const

There is currently no description for this method. Please help us by contributing one!


Object get_object ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_object_id ( ) const

There is currently no description for this method. Please help us by contributing one!


int hash ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_custom ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_null ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_standard ( ) const

There is currently no description for this method. Please help us by contributing one!


bool is_valid ( ) const

There is currently no description for this method. Please help us by contributing one!


void rpc () vararg const

There is currently no description for this method. Please help us by contributing one!


void rpc_id ( int peer_id, … ) vararg const

There is currently no description for this method. Please help us by contributing one!


Callable unbind ( int argcount ) const

There is currently no description for this method. Please help us by contributing one!


Operator Descriptions

bool operator != ( Callable right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( Callable right )

There is currently no description for this operator. Please help us by contributing one!