IS CCH

From LFS Manual
Revision as of 17:40, 10 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''C'''amera '''CH'''ange packet is sent by LFS when a player changes camera. {| class="wikitable" |+ IS_CCH packet properties |- ! Type !! Name !! De...")
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to navigationJump to search

Introduction

The Camera CHange packet is sent by LFS when a player changes camera.

IS_CCH packet properties
Type Name Description
byte Size 8
byte Type ISP_CCH
byte ReqI 0
byte PLID player's unique id
byte Camera view identifier (VIEW_x)
byte Sp1
byte Sp2
byte Sp3

Packet Details

Size

The size of the packet is always 8 bytes.

Type

The packet type from the ISP_ enumeration, always ISP_CCH.

ReqI

ReqI is always equal to zero.

PLID

The player's unique ID.

Camera

The view identifier, from the VIEW_ enumeration.