Difference between revisions of "Operator"
From SimsWiki
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | These are the operators available for use in the [[Expression]] primitive. | |
==List== | ==List== | ||
| Line 75: | Line 75: | ||
==See Also== | ==See Also== | ||
| − | *[[0x0002]] the expression [[ | + | *[[0x0002]] the expression [[Primitive]] |
{{OldWikiEntryCleaned}} | {{OldWikiEntryCleaned}} | ||
| − | [[Category:Modding]] | + | [[Category:Sims 2 Modding]] |
Latest revision as of 20:23, 17 September 2012
These are the operators available for use in the Expression primitive.
[edit] 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 |
[edit] 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