IS PSF

From LFS Manual
Jump to navigationJump to search

Introduction

The Pit Stop Finished packet is sent by LFS when a player starts moving after a pit stop.

IS_PSF packet properties
Type Name Description
byte Size 12
byte Type ISP_PSF
byte ReqI 0
byte PLID player's unique id
unsigned STime stop time (ms)
unsigned Spare

Packet Details

Size

The size of the packet is always 12 bytes.

Type

The packet type from the ISP_ enumeration, always ISP_PSF.

ReqI

ReqI is always equal to zero.

PLID

The player's unique ID.

STime

The total duration of the pit stop, in ms.