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

Method collisionArea

source/game/StarNpc.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258RectF Npc::collisionArea() const {
259 return m_movementController->collisionPoly().boundBox();
260}
261
262pair<ByteArray, uint64_t> Npc::writeNetState(uint64_t fromVersion, NetCompatibilityRules rules) {
263 // client-side npcs error nearby vanilla NPC scripts because callScriptedEntity

Callers 2

spaceIsOccupiedMethod · 0.45
makeObjectCallbacksMethod · 0.45

Calls 1

boundBoxMethod · 0.45

Tested by

no test coverage detected