Hurtbox Variables
From Rivals of Aether Unofficial Workshop Manual
Hurtbox variables are tied to a Player's hurtbox. They can be accessed through the hurtboxID
object.
General Variables[edit | edit source]
Variable | Description |
---|---|
playerID
|
The ID of the hurtbox's owner. |
player
|
The player slot number of the hurtbox's owner. |
dodging
|
If the hurtbox is dodging or not. Is set to true when the player is dodging, teching, or airdodging. Note: if you cancel a player's dodge midway through, this variable will NOT go false automatically. |
hit_prior
|
Unknown |
__sync_id
|
Unknown |
Base Cast Variables[edit | edit source]
Variable | Description |
---|---|
have_collision
|
Unknown |
collision_id
|
Unknown |
have_bubble
|
Unknown |
bubble_id
|
Unknown |
have_burn
|
Unknown |
burn_id
|
Unknown |
have_ice
|
Unknown |
ice_id
|
Unknown |
have_plant
|
Unknown |
plant_id
|
Unknown |
have_tree_plant
|
Unknown |
tree_plant_id
|
Unknown |