IS VTN

From LFS Manual
Revision as of 22:10, 9 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''V'''o'''T'''e '''N'''otify packet is sent by LFS when a player sends a vote. See also TINY_VTC, InSim_enumerations#TIN...")
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to navigationJump to search

Introduction

The VoTe Notify packet is sent by LFS when a player sends a vote. See also TINY_VTC, TINY_VTA, and SMALL_VTA for related general-purpose packets.

IS_VTN packet properties
Type Name Description
byte Size 8
byte Type ISP_VTN
byte ReqI 0
byte Zero
byte UCID connection's unique id
byte Action VOTE_X (Vote Action as defined above)
byte Spare2
byte Spare3

Packet Details

Size

The size of the packet is always 8 bytes.

Type

The packet type from the ISP_ enumeration, always ISP_VTN.

ReqI

ReqI is always equal to zero.

UCID

The unique connection ID that sent a vote.

Action

The value of the vote, from the VOTE_ enumeration.