Difference between revisions of "Operator"
From SimsWiki
Line 1: | Line 1: | ||
− | + | These are the operators available for use in the [[Expression]] primitive. | |
==List== | ==List== |
Revision as of 06:49, 7 October 2007
These are the operators available for use in the Expression primitive.
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