Difference between revisions of "Operator"
From SimsWiki
m (Cleaned up) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| 0x04 | | 0x04 | ||
− | |-= | + | | -= |
|- | |- | ||
| 0x05 | | 0x05 |
Revision as of 07:47, 7 October 2007
There are several known operators.
List
Hex | Meaning |
---|---|
0x00 | > |
0x01 | < |
0x02 | == |
0x03 | += |
0x04 | -= |
0x05 | := |
0x06 | *= |
0x07 | /= |
0x08 | Flag Set? |
0x09 | Set Flag |
0x0A | Clear Flag |
0x0B | ++ and < |
0x0C | mod= |
0x0D | and= |
0x0E | >= |
0x0F | <= |
0x10 | != |
0x11 | -- and > |
0x12 | or= |
0x13 | xor= |
0x14 | abs |
0x15 | Assign 32bit Value |
See Also
This article is imported from the old MTS2 wiki. It's original page, with comments, can be found at http://old_wiki.modthesims2.com/Operator