|
|
|
@ -201,19 +201,6 @@ namespace Compiler
|
|
|
|
|
|
|
|
|
|
namespace Misc
|
|
|
|
|
{
|
|
|
|
|
const int opcodeMenuMode = 38;
|
|
|
|
|
const int opcodeRandom = 45;
|
|
|
|
|
const int opcodeScriptRunning = 46;
|
|
|
|
|
const int opcodeStartScript = 47;
|
|
|
|
|
const int opcodeStopScript = 48;
|
|
|
|
|
const int opcodeGetSecondsPassed = 50;
|
|
|
|
|
const int opcodeEnable = 51;
|
|
|
|
|
const int opcodeDisable = 52;
|
|
|
|
|
const int opcodeGetDisabled = 53;
|
|
|
|
|
const int opcodeEnableExplicit = 54;
|
|
|
|
|
const int opcodeDisableExplicit = 55;
|
|
|
|
|
const int opcodeGetDisabledExplicit = 56;
|
|
|
|
|
const int opcodeStartScriptExplicit = 71;
|
|
|
|
|
const int opcodeXBox = 0x200000c;
|
|
|
|
|
const int opcodeOnActivate = 0x200000d;
|
|
|
|
|
const int opcodeOnActivateExplicit = 0x2000306;
|
|
|
|
@ -318,6 +305,19 @@ namespace Compiler
|
|
|
|
|
const int opcodeRepairedOnMe = 0x200030c;
|
|
|
|
|
const int opcodeRepairedOnMeExplicit = 0x200030d;
|
|
|
|
|
const int opcodeToggleRecastMesh = 0x2000310;
|
|
|
|
|
const int opcodeMenuMode = 0x2000311;
|
|
|
|
|
const int opcodeRandom = 0x2000312;
|
|
|
|
|
const int opcodeScriptRunning = 0x2000313;
|
|
|
|
|
const int opcodeStartScript = 0x2000314;
|
|
|
|
|
const int opcodeStopScript = 0x2000315;
|
|
|
|
|
const int opcodeGetSecondsPassed = 0x2000316;
|
|
|
|
|
const int opcodeEnable = 0x2000317;
|
|
|
|
|
const int opcodeDisable = 0x2000318;
|
|
|
|
|
const int opcodeGetDisabled = 0x2000319;
|
|
|
|
|
const int opcodeEnableExplicit = 0x200031a;
|
|
|
|
|
const int opcodeDisableExplicit = 0x200031b;
|
|
|
|
|
const int opcodeGetDisabledExplicit = 0x200031c;
|
|
|
|
|
const int opcodeStartScriptExplicit = 0x200031d;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
namespace Sky
|
|
|
|
@ -486,8 +486,6 @@ namespace Compiler
|
|
|
|
|
|
|
|
|
|
namespace Transformation
|
|
|
|
|
{
|
|
|
|
|
const int opcodeGetDistance = 49;
|
|
|
|
|
const int opcodeGetDistanceExplicit = 57;
|
|
|
|
|
const int opcodeSetScale = 0x2000164;
|
|
|
|
|
const int opcodeSetScaleExplicit = 0x2000165;
|
|
|
|
|
const int opcodeSetAngle = 0x2000166;
|
|
|
|
@ -528,6 +526,8 @@ namespace Compiler
|
|
|
|
|
const int opcodeMoveWorldExplicit = 0x2000209;
|
|
|
|
|
const int opcodeResetActors = 0x20002f4;
|
|
|
|
|
const int opcodeFixme = 0x2000302;
|
|
|
|
|
const int opcodeGetDistance = 0x200031e;
|
|
|
|
|
const int opcodeGetDistanceExplicit = 0x200031f;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
namespace User
|
|
|
|
|