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

Method SetSlidingState

Source/ALSXT/Private/AlsxtCharacter.cpp:3041–3053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3039//
3040
3041void AAlsxtCharacter::SetSlidingState(const FAlsxtSlidingState& NewSlidingState)
3042{
3043 const auto PreviousSlidingState{ SlidingState };
3044
3045 SlidingState = NewSlidingState;
3046
3047 OnSlidingStateChanged(PreviousSlidingState);
3048
3049 // if ((GetLocalRole() == ROLE_AutonomousProxy) && IsLocallyControlled())
3050 // {
3051 // ServerSetSlidingState(NewSlidingState);
3052 // }
3053}
3054
3055void AAlsxtCharacter::ServerSetSlidingState_Implementation(const FAlsxtSlidingState& NewSlidingState)
3056{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected