Simple Question
by Jared Hoberock · in Torque Game Engine · 03/18/2002 (3:20 pm) · 1 replies
Where is the Armor class defined in the source code?
Thanks, D
Thanks, D
About the author
by Jared Hoberock · in Torque Game Engine · 03/18/2002 (3:20 pm) · 1 replies
Torque Owner Badguy
it is not..
find Player.cs
when defining the
datablock PlayerData(LightMaleHumanArmor)
below that is defined the className override
className = Armor;
this is all script side