GAMEDEV.NET
About caching required methods in template callback
If I want to implement a templated container supporting methods like find, can I cache the script function like opEquals within the template callback.I've checked the source of official script array add-on. Its template callback only contains logic for validating subtype. The logic for caching methods for comparing subtype is done elsewhere.
0 Comments 0 Shares 72 Views