Updated function argument names

This commit is contained in:
Wilson E. Alvarez 2017-08-12 12:52:50 -04:00
parent 5052cb2b91
commit 428f03cf06
74 changed files with 195 additions and 194 deletions

View file

@ -70,7 +70,7 @@ private:
MethodInfo method_cache;
void _update_method_cache();
void _set_argument_cache(const Dictionary &p_args);
void _set_argument_cache(const Dictionary &p_cache);
Dictionary _get_argument_cache() const;
protected: