OpenMW
|
Functions | |
void | registerExtensions (Extensions &extensions) |
Variables | |
const int | opcodeAiTravel = 0x20000 |
const int | opcodeAiTravelExplicit = 0x20001 |
const int | opcodeAiEscort = 0x20002 |
const int | opcodeAiEscortExplicit = 0x20003 |
const int | opcodeGetAiPackageDone = 0x200007c |
const int | opcodeGetAiPackageDoneExplicit = 0x200007d |
const int | opcodeGetCurrentAiPackage = 0x20001ef |
const int | opcodeGetCurrentAiPackageExplicit = 0x20001f0 |
const int | opcodeGetDetected = 0x20001f1 |
const int | opcodeGetDetectedExplicit = 0x20001f2 |
const int | opcodeAiWander = 0x20010 |
const int | opcodeAiWanderExplicit = 0x20011 |
const int | opcodeAIActivate = 0x2001e |
const int | opcodeAIActivateExplicit = 0x2001f |
const int | opcodeAiEscortCell = 0x20020 |
const int | opcodeAiEscortCellExplicit = 0x20021 |
const int | opcodeAiFollow = 0x20022 |
const int | opcodeAiFollowExplicit = 0x20023 |
const int | opcodeAiFollowCell = 0x20024 |
const int | opcodeAiFollowCellExplicit = 0x20025 |
const int | opcodeSetHello = 0x200015c |
const int | opcodeSetHelloExplicit = 0x200015d |
const int | opcodeSetFight = 0x200015e |
const int | opcodeSetFightExplicit = 0x200015f |
const int | opcodeSetFlee = 0x2000160 |
const int | opcodeSetFleeExplicit = 0x2000161 |
const int | opcodeSetAlarm = 0x2000162 |
const int | opcodeSetAlarmExplicit = 0x2000163 |
const int | opcodeModHello = 0x20001b7 |
const int | opcodeModHelloExplicit = 0x20001b8 |
const int | opcodeModFight = 0x20001b9 |
const int | opcodeModFightExplicit = 0x20001ba |
const int | opcodeModFlee = 0x20001bb |
const int | opcodeModFleeExplicit = 0x20001bc |
const int | opcodeModAlarm = 0x20001bd |
const int | opcodeModAlarmExplicit = 0x20001be |
const int | opcodeGetHello = 0x20001bf |
const int | opcodeGetHelloExplicit = 0x20001c0 |
const int | opcodeGetFight = 0x20001c1 |
const int | opcodeGetFightExplicit = 0x20001c2 |
const int | opcodeGetFlee = 0x20001c3 |
const int | opcodeGetFleeExplicit = 0x20001c4 |
const int | opcodeGetAlarm = 0x20001c5 |
const int | opcodeGetAlarmExplicit = 0x20001c6 |
const int | opcodeGetLineOfSight = 0x2000222 |
const int | opcodeGetLineOfSightExplicit = 0x2000223 |
const int | opcodeToggleAI = 0x2000224 |
const int | opcodeToggleAIExplicit = 0x2000225 |
void Compiler::Ai::registerExtensions | ( | Extensions & | extensions | ) |
const int Compiler::Ai::opcodeAIActivate = 0x2001e |
const int Compiler::Ai::opcodeAIActivateExplicit = 0x2001f |
const int Compiler::Ai::opcodeAiEscort = 0x20002 |
const int Compiler::Ai::opcodeAiEscortCell = 0x20020 |
const int Compiler::Ai::opcodeAiEscortCellExplicit = 0x20021 |
const int Compiler::Ai::opcodeAiEscortExplicit = 0x20003 |
const int Compiler::Ai::opcodeAiFollow = 0x20022 |
const int Compiler::Ai::opcodeAiFollowCell = 0x20024 |
const int Compiler::Ai::opcodeAiFollowCellExplicit = 0x20025 |
const int Compiler::Ai::opcodeAiFollowExplicit = 0x20023 |
const int Compiler::Ai::opcodeAiTravel = 0x20000 |
const int Compiler::Ai::opcodeAiTravelExplicit = 0x20001 |
const int Compiler::Ai::opcodeAiWander = 0x20010 |
const int Compiler::Ai::opcodeAiWanderExplicit = 0x20011 |
const int Compiler::Ai::opcodeGetAiPackageDone = 0x200007c |
const int Compiler::Ai::opcodeGetAiPackageDoneExplicit = 0x200007d |
const int Compiler::Ai::opcodeGetAlarm = 0x20001c5 |
const int Compiler::Ai::opcodeGetAlarmExplicit = 0x20001c6 |
const int Compiler::Ai::opcodeGetCurrentAiPackage = 0x20001ef |
const int Compiler::Ai::opcodeGetCurrentAiPackageExplicit = 0x20001f0 |
const int Compiler::Ai::opcodeGetDetected = 0x20001f1 |
const int Compiler::Ai::opcodeGetDetectedExplicit = 0x20001f2 |
const int Compiler::Ai::opcodeGetFight = 0x20001c1 |
const int Compiler::Ai::opcodeGetFightExplicit = 0x20001c2 |
const int Compiler::Ai::opcodeGetFlee = 0x20001c3 |
const int Compiler::Ai::opcodeGetFleeExplicit = 0x20001c4 |
const int Compiler::Ai::opcodeGetHello = 0x20001bf |
const int Compiler::Ai::opcodeGetHelloExplicit = 0x20001c0 |
const int Compiler::Ai::opcodeGetLineOfSight = 0x2000222 |
const int Compiler::Ai::opcodeGetLineOfSightExplicit = 0x2000223 |
const int Compiler::Ai::opcodeModAlarm = 0x20001bd |
const int Compiler::Ai::opcodeModAlarmExplicit = 0x20001be |
const int Compiler::Ai::opcodeModFight = 0x20001b9 |
const int Compiler::Ai::opcodeModFightExplicit = 0x20001ba |
const int Compiler::Ai::opcodeModFlee = 0x20001bb |
const int Compiler::Ai::opcodeModFleeExplicit = 0x20001bc |
const int Compiler::Ai::opcodeModHello = 0x20001b7 |
const int Compiler::Ai::opcodeModHelloExplicit = 0x20001b8 |
const int Compiler::Ai::opcodeSetAlarm = 0x2000162 |
const int Compiler::Ai::opcodeSetAlarmExplicit = 0x2000163 |
const int Compiler::Ai::opcodeSetFight = 0x200015e |
const int Compiler::Ai::opcodeSetFightExplicit = 0x200015f |
const int Compiler::Ai::opcodeSetFlee = 0x2000160 |
const int Compiler::Ai::opcodeSetFleeExplicit = 0x2000161 |
const int Compiler::Ai::opcodeSetHello = 0x200015c |
const int Compiler::Ai::opcodeSetHelloExplicit = 0x200015d |
const int Compiler::Ai::opcodeToggleAI = 0x2000224 |
const int Compiler::Ai::opcodeToggleAIExplicit = 0x2000225 |