- call_method
godot_variant function(godot_pluginscript_instance_data* p_data, const godot_string* p_method, const godot_variant** p_args, int p_argcount, godot_variant_call_error* r_error) call_method;
Undocumented in source.
- finish
void function(godot_pluginscript_instance_data* p_data) finish;
Undocumented in source.
- get_prop
godot_bool function(godot_pluginscript_instance_data* p_data, const godot_string* p_name, godot_variant* r_ret) get_prop;
Undocumented in source.
- get_rpc_mode
godot_nativescript_method_rpc_mode function(godot_pluginscript_instance_data* p_data, const godot_string* p_method) get_rpc_mode;
Undocumented in source.
- get_rset_mode
godot_nativescript_method_rpc_mode function(godot_pluginscript_instance_data* p_data, const godot_string* p_variable) get_rset_mode;
Undocumented in source.
- init
godot_pluginscript_instance_data* function(godot_pluginscript_script_data* p_data, godot_object p_owner) init;
Undocumented in source.
- notification
void function(godot_pluginscript_instance_data* p_data, int p_notification) notification;
Undocumented in source.
- refcount_decremented
bool function(godot_pluginscript_instance_data* p_data) refcount_decremented;
Undocumented in source.
- refcount_incremented
void function(godot_pluginscript_instance_data* p_data) refcount_incremented;
Undocumented in source.
- set_prop
godot_bool function(godot_pluginscript_instance_data* p_data, const godot_string* p_name, const godot_variant* p_value) set_prop;
Undocumented in source.