summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_cache.h
AgeCommit message (Collapse)Author
2020-08-23GDScript: Use pointer instead of references in cacheGeorge Marques
They are not supposed to be kept alive and this is cleaner and less error-prone than unreferencing the elements.
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Add GDScript cache singletonGeorge Marques