BindableFunction

extends Instance

Class fields

FieldXML typeValue
NamestringBindableFunction
summarystringAllow functions defined in one script to be called by another script
ExplorerOrderstring4
ExplorerImageIndexstring66

Yield functions

1
Invoke
(arguments: Tuple) → Tuple
FieldXML typeValue
NamestringInvoke
summarystringCauses the function assigned to OnInvoke to be called. Arguments passed to this function get passed to OnInvoke function.

Callbacks

1
OnInvoke
(arguments: Tuple) → Tuple
FieldXML typeValue
NamestringOnInvoke
summarystringShould be defined as a function. This function is called when Invoke() is called. Number of arguments is variable.