Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
void ItemObject::SetLinearVelocity(vec3 vel) {
365
bullet_object_->SetLinearVelocity(vel);
366
}
367
368
void ItemObject::Update(float timestep) {
369
Online* online = Online::Instance();
Callers
6
Moved
Method · 0.45
SetVelocities
Method · 0.45
StickToEnvironment
Method · 0.45
CheckThrownCollisionLine
Method · 0.45
DrawRiggedObject
Method · 0.45
StickItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected