| 652 | } |
| 653 | |
| 654 | void AAlsxtCharacter::SetMovingTag(bool bIsMoving) |
| 655 | { |
| 656 | GetLocalRole() < ROLE_Authority ? Server_SetMovingTag(bIsMoving) : SetMovingTagLocal(bIsMoving); |
| 657 | } |
| 658 | |
| 659 | void AAlsxtCharacter::SetMovingTagLocal(bool bIsMoving) |
| 660 | { |
nothing calls this directly
no outgoing calls
no test coverage detected