MCPcopy Create free account
hub / github.com/Vaei/PredictedMovement / Sprint

Method Sprint

Source/PredictedMovement/Private/Sprint/SprintCharacter.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void ASprintCharacter::Sprint(bool bClientSimulation)
80{
81 if (SprintMovement && CanSprint())
82 {
83 SprintMovement->bWantsToSprint = true;
84 }
85}
86
87void ASprintCharacter::UnSprint(bool bClientSimulation)
88{

Callers 1

OnRep_IsSprintingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected