Documentation

API Node Generated Flags - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: API Node Generated Flags

Root.APINodeGeneratedFlags
Options for the Generated API Node

Constants

Constructor (`constructor`)
Function spawned from class or constructor functions
Cloner (`cloner`)
Function spawned from class for calling its clone function
Spawn (`spawn`)
Function spawned from virtual
Callbacker (`callbacker`)
Function callback invoker
Sender (`sender`)
Network sender function
Overrider (`overrider`)
Override property for styled properties
Branches (`branches`)
Branches function
Setter (`setter`)
Property access function
Getter (`getter`)
Property access function
Arrayer Add (`arrayer_add`)
Array access function
Arrayer Insertat (`arrayer_insertat`)
Array access function
Arrayer Insert (`arrayer_insert`)
Array access function
Arrayer Removeat (`arrayer_removeat`)
Array access function
Arrayer Remove (`arrayer_remove`)
Array access function
Arrayer Getat (`arrayer_getat`)
Array access function
Arrayer Getbackat (`arrayer_getbackat`)
Array access function
Arrayer Setat (`arrayer_setat`)
Array access function
Arrayer Setbackat (`arrayer_setbackat`)
Array access function
Arrayer Clear (`arrayer_clear`)
Array access function
Arrayer Size (`arrayer_size`)
Array access function
Registered (`registered`)
Node has been registered and thus should not spawn/unspawn nodes
Scripted (`scripted`)
Function is a scripted event
User (`user`)
Node is created by the user and requires function script compiling
Instance (`instance`)
Property is an instanced object
Resource (`resource`)
Property is an instanced resource
Primary (`primary`)
Class is primary in a resource
Local (`local`)
Property is a local variable
Argument (`argument`)
Property is a parameter variable

If you think anything is missing, please feel free to: submit documentation feedback on this page