This article relates to the game "Counter-Strike: Global Offensive". Click here for more information.

Mapvetopick controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{CSGO topicon}}
[[Category:English]] [[Category:Level Design]]
{{this is a|point entity|name=mapvetopick_controller|game=Counter-Strike: Global Offensive}} Added with the {{CsgoOperation|brokenfang}}.


{{toc-right}}
== Entity Description ==
 
Map veto controller.
{{base point|mapvetopick_controller}} Map veto controller.


== Keyvalues ==
== Keyvalues ==
Line 19: Line 21:
; <code>OnLevelTransition</code>
; <code>OnLevelTransition</code>
:Triggered when level transition begins ( n = phase )
:Triggered when level transition begins ( n = phase )
[[Category:Level Design]]

Latest revision as of 19:38, 17 May 2024

mapvetopick_controller is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. Added with the OpBrokenFang.pngOperation Broken Fang.

Entity Description

Map veto controller.

Keyvalues

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.

Outputs

OnMapVetoed
Triggered when a map is vetoed (multiple times at once)
OnMapPicked
Triggered when a map is picked to be played (usually one)
OnSidesPicked
Triggered when sides are decided (0 = stay, 1 = switch)
OnNewPhaseStarted
Triggered when new veto pick phase starts ( n = phase )
OnLevelTransition
Triggered when level transition begins ( n = phase )