Revision Difference
GM:GetDeathNoticeEntityName#563712
<function name="GetDeathNoticeEntityName" parent="GM" type="hook">
<description>
An internal function used to get an untranslated string to show in the kill feed as the entity's name. See <page>GM:SendDeathNotice</page>
</description>
<realm>Server</realm>
<added>2023.09.01</added>⤶
<file line="48-L75">gamemodes/base/gamemode/npc.lua</file>⤶
<args>
<arg name="ent" type="Entity">The entity to get a name of.</arg>
</args>
<rets>
<ret name="" type="string">The untranslated name for given NPC. The translation/localization would happen on the client.</ret>
</rets>
</function>