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

Method SetMovingTag

Source/ALSXT/Private/AlsxtCharacter.cpp:654–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void AAlsxtCharacter::SetMovingTag(bool bIsMoving)
655{
656 GetLocalRole() < ROLE_Authority ? Server_SetMovingTag(bIsMoving) : SetMovingTagLocal(bIsMoving);
657}
658
659void AAlsxtCharacter::SetMovingTagLocal(bool bIsMoving)
660{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected