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

Method nametag

source/game/StarNpc.cpp:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562String Npc::nametag() const {
563 return name();
564}
565
566bool Npc::aggressive() const {
567 return m_aggressive.get();

Callers 3

makePlayerCallbacksMethod · 0.45
entityNametagMethod · 0.45
updateMethod · 0.45

Calls 1

nameFunction · 0.85

Tested by

no test coverage detected