Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
EntityDamageTeam Entity::getTeam() const {
126
return m_team;
127
}
128
129
bool Entity::inWorld() const {
130
if (m_world) {
Callers
6
makeActiveItemCallbacks
Method · 0.45
entityCanDamage
Method · 0.45
entityDamageTeam
Method · 0.45
isNpc
Method · 0.45
damageTeam
Method · 0.45
isValidTarget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected