ActorCreator: Difference between revisions

m Parameters: fix formatting
m Parameters: | (pipe character) breaks the table
Line 104: Line 104:
| @DC || bool || ?
| @DC || bool || ?
|-
|-
| @SB || bool || Does <code>actor->field_6C |= 0x10</code> (what does this do?{{check}})
| @SB || bool || bitwise OR <code>actor->field_6C</code> with 0x10 (what does this do?{{check}})
|-
|-
| =AT  
| =AT