Classname
Jump to navigation
Jump to search



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