22 #ifndef ILLUSIONS_SEQUENCEOPCODES_H 23 #define ILLUSIONS_SEQUENCEOPCODES_H 25 #include "common/func.h" 29 class IllusionsEngine;
42 SequenceOpcode *_opcodes[256];
57 void opStartForeignSequence(
Control *control,
OpCall &opCall);
66 void opDisappearForeignActor(
Control *control,
OpCall &opCall);
67 void opSetNamedPointPosition(
Control *control,
OpCall &opCall);
72 void opDisablePathWalkPoints(
Control *control,
OpCall &opCall);
77 void opDeactivatePathWalkRects(
Control *control,
OpCall &opCall);
81 void opDisableAutoRegionLayer(
Control *control,
OpCall &opCall);
96 #endif // ILLUSIONS_SEQUENCEOPCODES_H
Definition: sequenceopcodes.h:35
Definition: scriptopcodes.h:32
Definition: illusions.h:92