hexis.player.get_air_control_factor
hexis.player.get_air_control_factor()
| Stability | Verification | AI-runnable | Kind | Official use |
|---|---|---|---|---|
| Experimental | bound | No | function | No |
What it does
Get air control effectiveness (0.0-1.0). Returns multiplier for strafe effectiveness when airborne With high Jump Boost, this can be as low as 0.05 (5%)
Parameters
The Java wrapper accepts 0 arguments.
Contract confidence
- Java binding: Present in the recorded source snapshot.
- Official script evidence: Not found in the current official script set.
- Verification level: Bound only; focused and live acceptance evidence is incomplete.
- AI-runnable: No. Do not treat this source inventory entry as a verified runnable contract.
- Live acceptance: Not recorded.
Safety and lifecycle
Stop the script if the call returns an unexpected value or the user requests cancellation. Do not assume world changes, failures, or cleanup have uniform behavior until this member reaches accepted verification.
See Script safety before combining this call with movement, camera, GUI, inventory, chat, or network side effects.