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

Method MoveNetAware

engine/Poseidon/World/Scene/Object.cpp:615–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void Object::MoveNetAware(Matrix4Par transform)
616{
617 if (IsLocal())
618 {
619 Move(transform);
620 }
621 else
622 {
623 GetNetworkManager().AskForMove(this, transform);
624 }
625}
626
627void Object::MoveNetAware(Vector3Par pos)
628{

Callers 3

FindFreePositionMethod · 0.80
ObjSetPosASLFunction · 0.80
ObjSetPosFunction · 0.80

Calls 1

AskForMoveMethod · 0.45

Tested by

no test coverage detected