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

Method getTeam

source/game/interfaces/StarEntity.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125EntityDamageTeam Entity::getTeam() const {
126 return m_team;
127}
128
129bool Entity::inWorld() const {
130 if (m_world) {

Callers 6

entityCanDamageMethod · 0.45
entityDamageTeamMethod · 0.45
isNpcMethod · 0.45
damageTeamMethod · 0.45
isValidTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected