Game round start: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{back | Black Mesa Level Creation}}
{{CDA|CRoundStart|CBaseEntity|}}
{{this is a|logical entity|name=game_round_start|game=Black Mesa}} It fires output when the round is starting. Only for multiplayer.
{{this is a|logical entity|name=game_round_start|game=Black Mesa}} It fires output when the round is starting, or when warmup intermission time is finished. Only for multiplayer.
 
Represented by class <code>CRoundStart</code>.
 
== Keyvalues ==
{{KV Targetname}}


== Outputs ==
== Outputs ==
{{O|OnRoundStart|Fired when the round is starting.}}
{{O|OnRoundStart|Fired when the round is starting.}}

Latest revision as of 02:33, 27 May 2025

C++ Class hierarchy
CRoundStart
CBaseEntity

game_round_start is a logical entity available in Black Mesa Black Mesa. It fires output when the round is starting, or when warmup intermission time is finished. Only for multiplayer.

Outputs

OnRoundStart
Fired when the round is starting.