List of Opcodes: Difference between revisions
Document some of BranchSum |
m BranchSum operator description + SetEffect list tweak |
||
| Line 4,763: | Line 4,763: | ||
|position_marker_id? | |position_marker_id? | ||
|Set to one of the following character sprite offsets: | |Set to one of the following character sprite offsets: | ||
0 | # <li value="0">Head</li> | ||
# Right Hand | |||
# Left Hand | |||
# Center | |||
# No offset (bottom of sprite) | |||
|} | |} | ||
| Line 7,097: | Line 7,101: | ||
|2 | |2 | ||
|uint | |uint | ||
| | |operator | ||
| | |Comparison operator used when comparing variable sum against a value. | ||
# <li value="0">Always true</li> | |||
# Always false | |||
# Equal | |||
# Greater than | |||
# Less than | |||
# Greater than or equal | |||
# Less than or equal | |||
# Not equal | |||
# Bitwise AND | |||
# Bitwise XOR | |||
# Test specific bit | |||
|- | |- | ||
|3 | |3 | ||