0x002D
From SimsWiki
Revision as of 21:52, 31 January 2010 by MogHughson (Talk | contribs)
Go To Routing Slot | ||
---|---|---|
OpCode: | 0x002D | |
Game Version: | The Sims 2 |
Overview
This primitive provides a way to move a Sim to a location inside the simulation from SimAntics.
Use
There is no instruction wizard for this instruction, so the following table details the meaning of each of the operands.
Operand | Description | Operand Values |
---|---|---|
0 & 1 | qualifiers on the variable from operand 2, eg. Local(0xnnnn) | |
2 | Slot | 00: Param 0x0000 (see operands 0 & 1) 01: Literal 0x0000 (see operands 0 & 1) 02: global 0x0000 (see operands 0 & 1) 03: Local 0x0000 (see operands 0 & 1) |
3 | Unused? | |
4 - bit 1 | Controls "no failure trees" | off: False on: True |
4 - bit 2 | Slot uses Temp 0x0000 (see operands 0 & 1) Why this is not part of operand 2 I don't know | |
4 - bit 3 | Controls "ignore dest obj footprint" | off: False on: True |
4 - bit 4 | Controls "allow different altitudes" | off: False on: True |
5 - 15 | Unused? |