Dod bomb dispenser icon: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Doesn't seem like it's possible to place manually anyway)
 
(3 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|nolink=1}}
{{ent not in fgd|nolink=1|codeonly=1}}
{{this is a|point entity|name=dod_bomb_dispenser_icon|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?