2015-11-22 05:37:13 +00:00
|
|
|
//------------------------------------------------------------------------------
|
2015-11-28 20:37:57 +00:00
|
|
|
// t2Compat.cs
|
2015-11-22 05:37:13 +00:00
|
|
|
//
|
|
|
|
|
// Tribes 2 script compatability layer for Torque3D. This compatability
|
|
|
|
|
// layer helps Tribes 2 scripts run on the Torque3D engine via various
|
|
|
|
|
// Torque Script & engine declared functions that implement missing
|
|
|
|
|
// functionality.
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
2015-11-22 19:09:19 +00:00
|
|
|
exec("t2Compat/etcFunctions.cs");
|
|
|
|
|
exec("t2Compat/audioFunctions.cs");
|
|
|
|
|
exec("t2Compat/playerFunctions.cs");
|
2015-11-23 04:29:05 +00:00
|
|
|
exec("t2Compat/inputFunctions.cs");
|