This article's documentation is for the "GoldSrc" engine. Click here for more information.

Dod preround (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{entity|dod_preround|<!--sprite=1-->|type=point|engine=gldsrc|game=Day of Defeat}} This entity triggers at the start of each round based on the previous rounds ending. ==Key...")
 
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{entity|dod_preround|<!--sprite=1-->|type=point|engine=gldsrc|game=Day of Defeat}} This entity triggers at the start of each round based on the previous rounds ending.
{{Orphan|date=January 2024}}
 
{{this is a|point entity|<!--sprite=1-->|name=dod_preround|engine=GoldSrc|game=Day of Defeat}} This entity triggers at the start of each round based on the previous rounds ending.


==Key Values==
==Key Values==

Latest revision as of 20:31, 17 May 2024

dod_preround is a point entity available in Day of Defeat Day of Defeat. This entity triggers at the start of each round based on the previous rounds ending.

Key Values

Name (targetname) <string>
The targetname that other entities refer to this entity by.
Trigger if allies won last round (allieswin) <string>
Entity to trigger if allies won last round.
Trigger if allies loose last round (alliesloose) <string>
Entity to trigger if allies lost last round.
Trigger if axis won last round (axiswin) <string>
Entity to trigger if axis won last round.
Trigger if axis loose last round (axisloose) <string>
Entity to trigger if axis lost last round.
Trigger if last round was draw (draw) <string>
Entity to trigger if last round was draw.