Dod bomb dispenser icon: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Seems non-stubby enough)
(Blasted automatic period)
Line 1: Line 1:
{{CD|CDODBombDispenserMapIcon|base=CBaseEntity|file1=dod/dod_bombdispenser.cpp}}
{{CD|CDODBombDispenserMapIcon|base=CBaseEntity|file1=dod/dod_bombdispenser.cpp}}
{{ent not in fgd|nolink=1|because=It is automatically created by {{ent|dod_bomb_dispenser}}, and manual placement may confuse players.}}
{{ent not in fgd|nolink=1|because=It is automatically created by {{ent|dod_bomb_dispenser}}, and manual placement may confuse players}}
{{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}}.
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}}.

Revision as of 09:43, 1 April 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 because It is automatically created by dod_bomb_dispenser, and manual placement may confuse players.

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.