|
virtual bool | set (const StringName &p_name, const Variant &p_value) |
|
virtual bool | get (const StringName &p_name, Variant &r_ret) const |
|
virtual void | get_property_list (List< PropertyInfo > *p_properties) const |
|
virtual Variant::Type | get_property_type (const StringName &p_name, bool *r_is_valid=NULL) const |
|
virtual void | get_method_list (List< MethodInfo > *p_list) const |
|
virtual bool | has_method (const StringName &p_method) const |
|
virtual Variant | call (const StringName &p_method, VARIANT_ARG_LIST) |
|
virtual Variant | call (const StringName &p_method, const Variant **p_args, int p_argcount, Variant::CallError &r_error) |
|
virtual void | notification (int p_notification) |
|
virtual Ref< Script > | get_script () const |
|
virtual ScriptLanguage * | get_language () |
|
Object * | get_owner () |
|
void | update (const List< PropertyInfo > &p_properties, const Map< StringName, Variant > &p_values) |
|
| PlaceHolderScriptInstance (ScriptLanguage *p_language, Ref< Script > p_script, Object *p_owner) |
|
virtual void | get_property_state (List< Pair< StringName, Variant > > &state) |
|
virtual void | call_multilevel (const StringName &p_method, VARIANT_ARG_LIST) |
|
virtual void | call_multilevel (const StringName &p_method, const Variant **p_args, int p_argcount) |
|
virtual void | call_multilevel_reversed (const StringName &p_method, const Variant **p_args, int p_argcount) |
|
The documentation for this class was generated from the following files:
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/script_language.h
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/script_language.cpp