MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetPosition

Method SetPosition

Source/Objects/itemobject.cpp:780–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780void ItemObject::SetPosition(const vec3& pos) {
781 if (bullet_object_) {
782 bullet_object_->SetPosition(pos);
783 }
784}
785
786vec3 ItemObject::GetPhysicsPosition() {
787 if (bullet_object_) {

Callers 8

UpdateMethod · 0.45
SetPhysicsTransformMethod · 0.45
StickToEnvironmentMethod · 0.45
UpdateMethod · 0.45
UpdateMethod · 0.45
ResetMethod · 0.45
MovedMethod · 0.45
DrawEditorLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected