Game Development Community

Where can i find the movement code?

by Lhh · in Torque Game Engine · 07/19/2002 (11:22 am) · 1 replies

i need to make changes in the movement code (object and player), but i haven't found the file yet.. anyone able to help?

#1
07/19/2002 (11:39 am)
You can find this code in player.cc function Player::processTick(), you'll notice it calls the updateMove() function for this.
Good Luck with it, it's kinda complicated :\