Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/interfaces
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-06-03 09:32:41 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-06-03 09:32:41 +1000
commit72d55371d2d5bc2a14567c20a7c391a24c9f1837 (patch)
treeba4214a8f15b70596f45d02dfe899d9e09b51e67 /source/game/interfaces
parentd575ca382bc9803f4d8711a11043897449cf3146 (diff)
add player.nametag, player.setNametag, world.entityNametag
Diffstat (limited to 'source/game/interfaces')
-rw-r--r--source/game/interfaces/StarNametagEntity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/interfaces/StarNametagEntity.hpp b/source/game/interfaces/StarNametagEntity.hpp
index 0e42618..b236609 100644
--- a/source/game/interfaces/StarNametagEntity.hpp
+++ b/source/game/interfaces/StarNametagEntity.hpp
@@ -8,7 +8,7 @@ STAR_CLASS(NametagEntity);
class NametagEntity : public virtual Entity {
public:
- virtual String name() const = 0;
+ virtual String nametag() const = 0;
virtual Maybe<String> statusText() const = 0;
virtual bool displayNametag() const = 0;
virtual Vec3B nametagColor() const = 0;