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

Method SetLinearVelocity

Source/Objects/itemobject.cpp:364–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void ItemObject::SetLinearVelocity(vec3 vel) {
365 bullet_object_->SetLinearVelocity(vel);
366}
367
368void ItemObject::Update(float timestep) {
369 Online* online = Online::Instance();

Callers 6

MovedMethod · 0.45
SetVelocitiesMethod · 0.45
StickToEnvironmentMethod · 0.45
DrawRiggedObjectMethod · 0.45
StickItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected