Go to the source code of this file.
Packages | |
| package | common.config.state |
Variables | |
| int | common::config::state.STATE_STANCE = 0 |
| state.py state handling constants | |
| int | common::config::state.STATE_MOVEMENT = 1 |
| int | common::config::state.STATE_COMBAT = 2 |
| int | common::config::state.STATE_ATTACK = 3 |
| int | common::config::state.S_STANCE_IDLE = 0 |
| int | common::config::state.S_STANCE_RUN = 1 |
| int | common::config::state.S_STANCE_WALK = 3 |
| int | common::config::state.S_STANCE_SWIM = 4 |
| int | common::config::state.S_STANCE_DEAD = 5 |
| int | common::config::state.S_MOVE_NONE = 0 |
| int | common::config::state.S_MOVE_FWD = 1 |
| int | common::config::state.S_MOVE_BCK = 2 |
| int | common::config::state.S_MOVE_UP = 3 |
| int | common::config::state.S_MOVE_DOWN = 4 |
| int | common::config::state.S_COMBAT_OFF = 0 |
| int | common::config::state.S_COMBAT_ON = 1 |
| int | common::config::state.S_ATTACK_OFF = 0 |
| int | common::config::state.S_ATTACK_ON = 1 |
| int | common::config::state.S_ATTACK_PAUSED = 2 |
1.7.1