MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / velocity

Method velocity

source/game/StarProjectile.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141Vec2F Projectile::velocity() const {
142 return m_movementController->velocity();
143}
144
145pair<ByteArray, uint64_t> Projectile::writeNetState(uint64_t fromVersion, NetCompatibilityRules rules) {
146 return m_netGroup.writeNetState(fromVersion, rules);

Callers 5

hitOtherMethod · 0.45
updateMethod · 0.45
setReferenceVelocityMethod · 0.45
processActionMethod · 0.45
tickSharedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected