game_coopmission_manager

From Source Entities
Jump to navigation Jump to search

Code classes:

game_coopmission_manager is a point entity present in Csgo-small.pngCounter-Strike: Global Offensive. This entity fires outputs at certain points in coop missions.

Valve usually uses these outputs to activate VScript logic.

Outputs[edit | edit source]

OnWaveCompleted
Fires when players kill all the enemies in a section.
OnSpawnsReset
Fires shortly before the level restarts.
OnRoundLostKilled
Fires when the round was lost because all the players died.
OnRoundLostTime
Fires when the round was lost because time ran out.
OnRoundReset
Fires when the round was lost by ANY means.[Confirm]
OnMissionCompleted
Fires when the mission is completed.