MCPcopy Create free account
hub / github.com/Voidware-Prohibited/ALSXT / ShouldUpdateBreathState

Method ShouldUpdateBreathState

Source/ALSXT/Private/AlsxtCharacter.cpp:3999–4004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3997}
3998
3999bool 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
4006bool AAlsxtCharacter::ShouldTransitionBreathState()
4007{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected