undernightinbirth alpha documentation
Cancel State
Initializes the cancellation status for a specified hitbox type.
_etcHantei – Additional parameters for the initialization.
None.
Initializes the cancellation status without hit flags for a specified hitbox type.
_etcHantei – Additional parameters for the initialization.
None.
Initializes the cancellation status without ground hit flags for a specified hitbox type.
_etcHantei – Additional parameters for the initialization.
None.
Initializes the ball target for cancellation status.
_etcHantei – Additional parameters for the initialization.
None.
Sets the attack catch flags for the specified hitbox type.
_etcHantei – Additional parameters for the setting.
None.
Erases the attack catch flags for the specified hitbox type.
_etcHantei – Additional parameters for the erasure.
None.
Sets the attack catch flags without hit flags for the specified hitbox type.
_etcHantei – Additional parameters for the setting.
None.
Sets the attack catch flags without ground hit flags for the specified hitbox type.
_etcHantei – Additional parameters for the setting.
None.
Sets the attack catch flags specifically for projectiles.
_etcHantei – Additional parameters for the setting.
None.
Erases the cancel state for the enemy character.
_etcHantei (int) – Optional parameter for additional behavior.
Updates the frame for the specified hitbox type.
_etcHantei – Additional parameters for the update.
None.
Updates the frame without hit flags for the specified hitbox type.
_etcHantei – Additional parameters for the update.
None.
Updates the frame without ground hit flags for the specified hitbox type.
_etcHantei – Additional parameters for the update.
None.
Updates the frame for projectile targets.
_etcHantei – Additional parameters for the update.
None.
Handles the hit interrupt during a cancellation, managing various parameters related to the hit.
param – A table containing parameters for the hit interrupt, including sound options and hit stop duration.
An instance of AtemiHitStatus if a hit occurred, otherwise 0.