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

Method setAdmin

source/game/StarPlayer.cpp:2035–2037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033}
2034
2035void Player::setAdmin(bool isAdmin) {
2036 m_isAdmin = isAdmin;
2037}
2038
2039bool Player::isAdmin() const {
2040 return m_isAdmin;

Callers 3

handlePacketsMethod · 0.45
adminMethod · 0.45
TestUniverseMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestUniverseMethod · 0.36