Game round start: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{this is a|point entity|name=game_round_start|game=Black Mesa}} It fires output when the round is starting. Only for multiplayer.
{{CDA|CRoundStart|CBaseEntity|}}
{{back | Black Mesa Level Creation}}
{{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.


==Keyvalues==
== Outputs ==
{{KV BaseEntity|base=1}}
{{O|OnRoundStart|Fired when the round is starting.}}
 
==Inputs==
{{I BaseEntity|base=1}}
 
==Outputs==
{{IO|OnRoundStart|Fired when the round is starting.}}
{{O BaseEntity}}

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.