Player variables - confused
by Neil Marshall · in Torque Game Engine · 06/26/2002 (12:38 pm) · 2 replies
In player.cc there are variables called maxForwardSpeed = 5;
In player.cs in the server folder there are variables called maxForwardSpeed = 14;
now, when I run the game, it seems to be useing the variables from player.cs, my question is, what are the numbers in the .cc file for? Are they just defaults in case there aren't any defined in the script file?
In player.cs in the server folder there are variables called maxForwardSpeed = 14;
now, when I run the game, it seems to be useing the variables from player.cs, my question is, what are the numbers in the .cc file for? Are they just defaults in case there aren't any defined in the script file?
Torque Owner Sam Guffey