Mapvetopick controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with " {{toc-right}} {{base point|mapvetopick_controller}} Map veto controller. == Keyvalues == ; Pitch Yaw Roll (Y Z X) (angles)<code><angle></code> : This entity's orientat...")
 
No edit summary
Line 5: Line 5:


== Keyvalues ==
== Keyvalues ==
 
{{KV Angles}}
; Pitch Yaw Roll (Y Z X) (angles)<code><[[angle]]></code>
: 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 ==
== Outputs ==

Revision as of 16:23, 5 December 2020

Template:Base point 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 )