| 3997 | } |
| 3998 | |
| 3999 | bool AAlsxtCharacter::ShouldUpdateBreathState() const |
| 4000 | { |
| 4001 | FAlsxtStatusState NewStatusState = IAlsxtCharacterInterface::Execute_GetCharacterStatusState(this); |
| 4002 | float CurrentStamina = IAlsxtCharacterInterface::Execute_GetStamina(this); |
| 4003 | return NewStatusState.CurrentStamina != CurrentStamina; |
| 4004 | } |
| 4005 | |
| 4006 | bool AAlsxtCharacter::ShouldTransitionBreathState() |
| 4007 | { |
nothing calls this directly
no outgoing calls
no test coverage detected