Revision Difference
ContentIcon:GetSpawnName#561231
<function name="GetSpawnName" parent="ContentIcon" type="panelfunc">
<description>Returns the internal "name" for the content icon, usually a class name for an entity.</description>
<description>An <page>Global.AccessorFunc</page> that returns the internal "name" for the content icon, usually a class name for an entity.</description>
<realm>Client</realm>
<file line="15">gamemodes/sandbox/gamemode/spawnmenu/creationmenu/content/contenticon.lua</file>⤶
<rets>
<ret name="" type="string">Internal "name" to be used when user left clicks the icon.</ret>
</rets>
</function>