Vehicle MoveMap
by AIDan · in Torque Game Engine · 02/24/2002 (5:45 am) · 3 replies
Hi
Is there a special MoveMap for vehicles??
I did not find any special MoveMap for vehicles, which make it impossible to modify the controls for each vehicle.
greetings
Daniel
Is there a special MoveMap for vehicles??
I did not find any special MoveMap for vehicles, which make it impossible to modify the controls for each vehicle.
greetings
Daniel
About the author
#2
The syntax for bindCmd() is:
02/24/2002 (11:48 am)
You would use bindCmd if you had different functions/actions for depressing and releasing buttons (instead of only one action for both states in bind()).The syntax for bindCmd() is:
moveMap.bindCmd(device, inputName, downScript, upScript);
#3
ryan
02/24/2002 (12:47 pm)
oooo, thats handy knowledge... i like moment switches better than toggle onesryan
Torque Owner AIDan
What is the difference?
greetings
Daniel