0x000C
From SimsWiki
Revision as of 19:20, 26 November 2011 by MogHughson (Talk | contribs)
Direction | ||
---|---|---|
OpCode: | 0x000C | |
Game Version: | The Sims 2 |
Overview
This primitive provides a way to discover the direction from one object to another. The direction is between the object held in the Stack Object and a nominated other variable. The direction is returned as a number whose meaning is shown in the picture.
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 in operand 2. | |
2 | Variable to set with the direction from one object to the other. The choices are any of the many variables and attributes that are part of SimAntics. Where the variable type can have many of them, e.g. Local variables, operands 4 and 5 give the low and high order byte respectively. | |
3 | Unused | |
4 - bit 1 | When to take the direction from Me or from the variable in operand 5 | off: Me on: operand 5 |
5 | Variable containing the object to find the direction from the Stack Object. The choices are any of the many variables and attributes that are part of SimAntics. Where the variable type can have many of them, e.g. Local variables, operands 4 and 5 give the low and high order byte respectively. | |
6 & 7 | qualifiers on the variable in operand 5. | |
8 - bit 2 | Controls "in degrees" Note that SimPE reports the use of this bit the wrong way around |
off: SimPE says "True", actually means "False" on: SimPE says "False", actually means "True" |
9 thru 15 | Unused |