- more fixes on #672 on windows
- added #660, but need help on osx, help please I don't have a mac! - fixed #667 and #668 (eol detection in comments) - added #670 (hint when using method without () )
This commit is contained in:
@@ -387,6 +387,7 @@ public:
|
||||
static Variant construct(const Variant::Type,const Variant** p_args,int p_argcount,CallError &r_error);
|
||||
|
||||
void get_method_list(List<MethodInfo> *p_list) const;
|
||||
bool has_method(const StringName& p_method) const;
|
||||
|
||||
void set_named(const StringName& p_index, const Variant& p_value, bool *r_valid=NULL);
|
||||
Variant get_named(const StringName& p_index, bool *r_valid=NULL) const;
|
||||
|
||||
Reference in New Issue
Block a user