TDN Home
From TDN
Contents |
[edit]
Welcome to the Torque Developer Network!

tdn.garagegames.com is the home for living documentation on the Torque platform. Whether you're an artist, coder, scripter, or designer, if you're using Torque, you'll find what you need right here. Choose a link from the left to go to documentation specific to a Torque product, or visit our Meta page to learn more about how TDN works and how you can contribute!
Read more & see our release plan! | [Go to the TDN Forums!] |
[edit]
Product documentation
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() |
[edit]
Common bugs
[edit]
Unlink Namespace
When you get this error "cannot unlink namespace parent linkage" it usually means that you have named two or more objects the same in your .t2d or .mis file. For example you might have a sprite called Inventory, then a behavior also called Inventory. Solution: Give one of the objects another name such as InventorySprite.