Dod bomb dispenser icon: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{CD|CDODBombDispenserMapIcon|base=CBaseEntity|file1=dod/dod_bombdispenser.cpp}} {{stub}} {{ent not in fgd}} {{this is a|point entity|name=dod_bomb_dispenser|game=Day of Defea...")
 
(Doesn't seem like it's possible to place manually anyway)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CD|CDODBombDispenserMapIcon|base=CBaseEntity|file1=dod/dod_bombdispenser.cpp}}
{{CD|CDODBombDispenserMapIcon|base=CBaseEntity|file1=dod/dod_bombdispenser.cpp}}
{{stub}} {{ent not in fgd}}
{{ent not in fgd|nolink=1|codeonly=1}}
{{this is a|point entity|name=dod_bomb_dispenser|game=Day of Defeat: Source}}
{{this is a|point entity|name=dod_bomb_dispenser_icon|game=Day of Defeat: Source}}
The entity that indicates where a bomb dispenser is on the minimap. Automatically placed at the middle of each {{ent|dod_bomb_dispenser}}, regardless of the dispenser's {{mono|origin}}.
 
{{confirm|Does the icon position on the minimap update if the dispenser is moved via parenting?}}

Latest revision as of 11:00, 7 May 2025

C++ Class hierarchy
CDODBombDispenserMapIcon
CBaseEntity
C++ dod/dod_bombdispenser.cpp
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

dod_bomb_dispenser_icon is a point entity available in Day of Defeat: Source Day of Defeat: Source. The entity that indicates where a bomb dispenser is on the minimap. Automatically placed at the middle of each dod_bomb_dispenser, regardless of the dispenser's origin.

Confirm:Does the icon position on the minimap update if the dispenser is moved via parenting?