Template:PatchDiff/June 21, 2022 Patch/hl2/hl2 misc dir.vpk/resource/gameevents.res

From Team Fortress Wiki
Jump to: navigation, search
260260 "param1" "string"
261261 "team" "byte"
262262 "initiator" "long" // entity id of the player who initiated the vote
N/A263 "voteidx" "long"
263264 }
264265 "vote_changed"
265266 {
269270 "vote_option4" "byte"
270271 "vote_option5" "byte"
271272 "potentialVotes" "byte"
N/A273 "voteidx" "long"
272274 }
273275 "vote_passed"
274276 {
275277 "details" "string"
276278 "param1" "string"
277279 "team" "byte"
N/A280 "voteidx" "long"
278281 }
279282 "vote_failed"
280283 {
281284 "team" "byte"
N/A285 "voteidx" "long"
282286 }
283287 "vote_cast"
284288 {
285289 "vote_option" "byte" // which option the player voted on
286290 "team" "short"
287291 "entityid" "long" // entity id of the voter
N/A292 "voteidx" "long"
288293 }
289294 "vote_options"
290295 {
294299 "option3" "string"
295300 "option4" "string"
296301 "option5" "string"
N/A302 "voteidx" "long"
297303 }
298304 
299305//////////////////////////////////////////////////////////////////////