Declaration
event OnKnockedDown(attaker entity<Combatable>)
go
Parameters
Name | Type | Description |
---|---|---|
Attacker | FightingEntity | The attacker entity, can be null |
Triggered when the player enters a knockdown state
event OnKnockedDown(attaker entity<Combatable>)
go
Name | Type | Description |
---|---|---|
Attacker | FightingEntity | The attacker entity, can be null |