StateNo/ja
From M.U.G.E.N Wiki
< StateNo
This page is in progress of being translated to ja. You can help translating it or go to another language version that follows:
Trigger: StateNo
Returns the player's current state number. Useful for "move interrupts" in the CMD file.
- Format:
- StateNo
- Arguments:
- none
- Return type:
- int
- Error conditions:
- none
Example:
trigger1 = stateno = [200,650] Returns true if the state number is between 200 and 650, inclusive.