Classname: Difference between revisions
Jump to navigation
Jump to search

1416006136 (talk | contribs) (Added Template:Lang) |
Thunder4ik (talk | contribs) m (→top: Unicodifying, added stub tag) |
||
Line 5: | Line 5: | ||
[[Category:Glossary]] | [[Category:Glossary]] | ||
{{stub}} |
Revision as of 15:03, 7 January 2024


The classname of the entity is the type of object it is. "npc_zombie", "point_spotlight" and "func_tracktrain" are all classnames of different entities.
Programmers can link a C++ class to a Hammer classname with the LINK_ENTITY_TO_CLASS()
macro.