Game Development Community

Mvxxxx definition location

by A.R. Natafgi · in Torque Game Engine · 03/06/2008 (12:40 pm) · 1 replies

I've been searching the demo mod, and common scripts, where are the $mvXXXX (like $mvLeftAction) globals defined? I've seen them used, but never defined. In order to change the animation sequences, and change what the keys affect I apparently need to know where these globals are defined.

About the author

Recent Threads


#1
03/17/2008 (6:18 am)
Certain variables are defined in the engine, and exposed to the script. Regardless, changing animation sequences is independent of the $mvLeftAction. You can usually modify these variables in script without knowing where they are defined.