MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetPosition

Method SetPosition

engine/Poseidon/World/Simulation/Simul.cpp:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void Entity::SetPosition(Vector3Par pos)
422{
423 base::SetPosition(pos);
424 InvDirty();
425}
426void Entity::SetTransform(const Matrix4& transform)
427{
428 base::SetTransform(transform);

Callers 8

ApplyRemoteStateMethod · 0.45
AddForceMethod · 0.45
ApplySpeedMethod · 0.45
PlaceOnSurfaceMethod · 0.45
CreateObjectMethod · 0.45
TransferMsgMethod · 0.45
IntroduceStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected