Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void ASprintCharacter::Sprint(bool bClientSimulation)
80
{
81
if (SprintMovement && CanSprint())
82
{
83
SprintMovement->bWantsToSprint = true;
84
}
85
}
86
87
void ASprintCharacter::UnSprint(bool bClientSimulation)
88
{
Callers
1
OnRep_IsSprinting
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected