MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetPosition

Method SetPosition

ogsr_engine/xrGame/PHAICharacter.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CPHAICharacter::SetPosition(Fvector pos)
108{
109 m_vDesiredPosition.set(pos);
110 inherited::SetPosition(pos);
111}
112
113void CPHAICharacter::BringToDesired(float time, float velocity, float /**force/**/)
114{

Callers 10

SetActorPositionMethod · 0.45
SetNpcPositionMethod · 0.45
SetPhPositionMethod · 0.45
move_along_pathMethod · 0.45
set_StateMethod · 0.45
set_StateMethod · 0.45
detach_VehicleMethod · 0.45
in_NetSpawnMethod · 0.45
CreateCharacterMethod · 0.45
set_movement_positionMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected