Another chapter 20 question
by Mike Rowley · in Torque Game Engine · 03/05/2006 (6:43 pm) · 4 replies
Ok, back again. Once more, I can't figure out the problem.
In player.cs I'm getting the following error:
But the only place in my code that says anything about mountObject is spelled correctly.
I know it's not using an old version of player.cs becouse I've become accustomed to deleting the dso file when I make a change.
anyone seen this before?
In player.cs I'm getting the following error:
Quote:
control/server/players/player.cs (115): Unknown command moutObject.
Object (1440) WheeledVehicle -> Vehicle -> ShapeBase -> GameBase -> SceneObject -> NetObject -> SimObject
But the only place in my code that says anything about mountObject is spelled correctly.
if ( %col_className $= "WheeledVehicle" )
{
%node = 0; // Find next available seat
%col.mountObject(%obj,%node);
%obj.mVehicle = %col;I know it's not using an old version of player.cs becouse I've become accustomed to deleting the dso file when I make a change.
anyone seen this before?
Torque Owner Joe Melton
Fails At Making Games