Difference between revisions of "01FA"
Jump to navigation
Jump to search
(Created page with "{{OpCode | games = {{Icon|t}} | command = READ_KILL_FRENZY_STATUS | description = Gets the rampage status | syntax1 = 01FA: [''var''] = rampage_status | p1t...") |
m |
||
Line 5: | Line 5: | ||
| syntax1 = 01FA: [''var''] = rampage_status | | syntax1 = 01FA: [''var''] = rampage_status | ||
| p1t = [''var''] | | p1t = [''var''] | ||
− | | p1d = Variable to store the rampage status | + | | p1d = Variable to store the rampage status, an integer value |
}} | }} | ||
This opcode gets the rampage status. The following table is a list of possible values that can be read. | This opcode gets the rampage status. The following table is a list of possible values that can be read. | ||
− | {| class="wikitable center-col-1" | + | {|class="wikitable center-col-1" |
− | ! Status || Description | + | !Status ||Description |
|- | |- | ||
− | | 0 || Initialized value, rampage is not ongoing | + | |0 ||Initialized value, rampage is not ongoing |
|- | |- | ||
− | | 1 || Rampage is ongoing | + | |1 ||Rampage is ongoing |
|- | |- | ||
− | | 2 || Last rampage was passed, rampage is not ongoing | + | |2 ||Last rampage was passed, rampage is not ongoing |
|- | |- | ||
− | | 3 || Last rampage was failed, rampage is not ongoing | + | |3 ||Last rampage was failed, rampage is not ongoing |
|} | |} | ||
== Keywords == | == Keywords == | ||
get, store, read, rampage, kill, frenzy, status, state | get, store, read, rampage, kill, frenzy, status, state |
Revision as of 08:10, 25 January 2016
- Description
- Gets the rampage status
- Syntax
- 01FA: [var] = rampage_status
- Parameter
- [var]
- Variable to store the rampage status, an integer value
This opcode gets the rampage status. The following table is a list of possible values that can be read.
Status | Description |
---|---|
0 | Initialized value, rampage is not ongoing |
1 | Rampage is ongoing |
2 | Last rampage was passed, rampage is not ongoing |
3 | Last rampage was failed, rampage is not ongoing |
Keywords
get, store, read, rampage, kill, frenzy, status, state