summaryrefslogtreecommitdiffstats
path: root/core/variant_setget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2587/+0
| | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
* Refactored variant setters/gettersreduz2020-11-071-1873/+1328
| | | | | | -Discern between named, indexed and keyed -Get direct access to functions for typed GDScript and GDNative bindings -Small changes to some classes in order to work with the new setget binder
* Refactored Variant Operators.reduz2020-11-061-0/+3132
-Using classes to call and a table -For typed code (GDS or GDNative), can obtain functions to call prevalidated or ptr.