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

Method favoriteColor

source/game/StarNpc.cpp:1017–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017Color Npc::favoriteColor() const {
1018 return Color::White;
1019}
1020
1021float Npc::beamGunRadius() const {
1022 return m_tools->beamGunRadius();

Callers 5

renderMethod · 0.45
previewTilesMethod · 0.45
previewTilesMethod · 0.45
makePlayerCallbacksMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected