From 72d55371d2d5bc2a14567c20a7c391a24c9f1837 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:32:41 +1000 Subject: add player.nametag, player.setNametag, world.entityNametag --- source/game/scripting/StarWorldLuaBindings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/game/scripting/StarWorldLuaBindings.hpp') diff --git a/source/game/scripting/StarWorldLuaBindings.hpp b/source/game/scripting/StarWorldLuaBindings.hpp index 3f08a77..9d24d49 100644 --- a/source/game/scripting/StarWorldLuaBindings.hpp +++ b/source/game/scripting/StarWorldLuaBindings.hpp @@ -123,6 +123,7 @@ namespace LuaBindings { Maybe entitySpecies(World* world, EntityId entityId); Maybe entityGender(World* world, EntityId entityId); Maybe entityName(World* world, EntityId entityId); + Maybe entityNametag(World* world, EntityId entityId); Maybe entityDescription(World* world, EntityId entityId, Maybe const& species); LuaNullTermWrapper>> entityPortrait(World* world, EntityId entityId, String const& portraitMode); Maybe entityHandItem(World* world, EntityId entityId, String const& handName); -- cgit v1.2.3