Info overlay accessor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-entity template)
(-added class hierarchy)
Line 1: Line 1:
{{entity|type=e0|info_overlay_accessor}}  
{{CD|CInfoOverlayAccessor|file1=info_overlay_accessor.cpp}}
 
{{entity|type=e0|info_overlay_accessor}} It only exist in compiled [[BSP]] files, and map targetnames to ID numbers of [[info_overlay]]s, which are stored in a separate lump in the BSP file.
==Entity description==
{{clr}}
It only exist in compiled [[BSP]] files, and map targetnames to ID numbers of [[info_overlay]]s, which are stored in a separate lump in the BSP file.
 
== See also ==
== See also ==
* [[env_texturetoggle]]
* [[env_texturetoggle]]

Revision as of 14:35, 20 August 2023

C++ Class hierarchy
CInfoOverlayAccessor
CPointEntity
CBaseEntity
C++ info_overlay_accessor.cpp

Template:Entity It only exist in compiled BSP files, and map targetnames to ID numbers of info_overlays, which are stored in a separate lump in the BSP file.

See also