Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vaei/PredictedMovement
/ Prone
Method
Prone
Source/PredictedMovement/Private/Prone/ProneCharacter.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void AProneCharacter::Prone(bool bClientSimulation)
80
{
81
if (ProneMovement && CanProne())
82
{
83
ProneMovement->bWantsToProne = true;
84
}
85
}
86
87
void AProneCharacter::UnProne(bool bClientSimulation)
88
{
Callers
1
OnRep_IsProned
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected