Just what exactly are namespaces?
by Samuel Lopez De Victoria · in Torque Game Engine · 05/16/2005 (12:44 pm) · 2 replies
I am near the completion of chapter 6 in this book, but I am still slightly puzzled over namespaces (example: $Game::catface, $Donkey.happtimes)... I know it has to do with making each variable unique, but the book is very unclear (or maybe i am just a bad reader) on this. I just wan't to know this before I get too deep and not realize what I am doing.
Torque 3D Owner Drew Parker
Here's a really good resource that talks about namespaces.
TGE scripting language reference
You can also check out the official Torque docs...
These are what helped me clear up my initial confusion on the topic. Hope that helps!
- Drew