2015-11-23 04:29:05 +00:00
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// inputFunctions.cs
|
|
|
|
|
//
|
|
|
|
|
// Various helper functions that many Tribes 2 scripts expect to exist which
|
|
|
|
|
// can be implemented wholly in script. Those that must perform more
|
|
|
|
|
// sophisicated engines must be implemented as engine functions.
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// Apparently our Torque3D build already has this in it, how convenient.
|
|
|
|
|
function mouseJet(%jetting)
|
|
|
|
|
{
|
2015-11-23 06:08:46 +00:00
|
|
|
$mvTriggerCount1 = %jetting;
|
2015-11-23 04:29:05 +00:00
|
|
|
}
|