- Joined
- Aug 11, 2018
- Messages
- 4
- Thread Author
- #1
Do the GameObjects, Npcs and other entities have copy constructors? I tried, couldn't find.
If not, is there a way to save query results permanently? Or at least for the duration of the bot?
So that the branches/leaves don't have to constantly query the exact same object everytime. Because their attributes don't change, so why search over and over... CPU and time waste.
If not, is there a way to save query results permanently? Or at least for the duration of the bot?
So that the branches/leaves don't have to constantly query the exact same object everytime. Because their attributes don't change, so why search over and over... CPU and time waste.