Small documentation bug
by Gary "ChunkyKs" Briggs · in Torque Game Engine · 05/18/2005 (2:35 pm) · 2 replies
www.garagegames.com/docs/tge/engine/classConsoleObject.php
The code in "The Basics" has this snippet in it:
The offset is the wrong way round; it should be:
Gary (-;
The code in "The Basics" has this snippet in it:
addField("sample", TypeS8, Offset(TorqueObject, mSample), "A test field.");The offset is the wrong way round; it should be:
addField("sample", TypeS8, Offset(mSample, TorqueObject), "A test field.");Gary (-;
Associate Kyle Carter