VOTEINFO: Difference between revisions

(Added new page VOTEINFO to replace VOTEDEF)
 
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{SpecialLumpWarning}}
{{SpecialLumpWarning}}
'''VOTEINFO''' is a special lump that allows mods to implement custom [[Zandronum]] votes, which can be called with the ''CallVote'' [[Console commands|Console command]].
{{DevfeatureWarning|version=3.2|type=a [[:Category:Special lumps|special lump]]}}
{{Devfeature|3.2|alpha}} '''VOTEINFO''' is a special lump that allows mods to implement custom [[Zandronum]] votes, which can be called with the ''CallVote'' [[Console commands|Console command]].


To create a vote, the following syntax can be used.
To create a vote, the following syntax can be used.
Line 26: Line 27:


The value must correspond to a valid existing cvar.
The value must correspond to a valid existing cvar.
[[Category: Zandronum-specific lumps]]