Difference between revisions of "0x000C"
From SimsWiki
MogHughson (Talk | contribs) (→Use) |
MogHughson (Talk | contribs) (→See also) |
||
Line 38: | Line 38: | ||
*[[Primitives]] | *[[Primitives]] | ||
*[[SimAntics]] | *[[SimAntics]] | ||
+ | *[[Sims 2 My|Stack Object's direction]] |
Revision as of 18:48, 5 November 2011
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" means "False" on: SimPE says "False" means "True" |
9 thru 15 | Unused |