Mapvetopick controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{csgo point|mapvetopick_controller}} Added with the [http://counter-strike.net/brokenfang Broken Fang] update.
{{Entity|mapvetopick_controller|game=Counter Strike: Global Offensive|type=e0}} Added with the [http://counter-strike.net/brokenfang Broken Fang] update.


== Entity Description ==
== Entity Description ==

Revision as of 11:11, 27 February 2023

Template:Entity Added with the Broken Fang update.

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 )