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

Method setTeam

source/game/interfaces/StarEntity.cpp:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void Entity::setTeam(EntityDamageTeam newTeam) {
194 m_team = newTeam;
195}
196
197}

Callers 6

processActionMethod · 0.45
handlePacketsMethod · 0.45
setPvpMethod · 0.45
updateTeamsMethod · 0.45
makePlayerCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected