node-insim
    Preparing search index...

    Class IS_AIC

    AI Control

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _raw: RawProperties<IS_AIC> = ...

    All string properties in a raw format as it was received from LFS

    Inputs: AIInputVal[] = []

    Inputs in AIInputVal marked 'hold' must be set back to zero after some time. This can be done either by use of the Time field or by sending a later packet with Value = 0.

    E.g. Set Time to 10 when issuing a CS_CHUP - hold shift up lever for 0.1 sec.

    E.g. Set Time to 50 when issuing a CS_HORN - sound horn for 0.5 sec.

    PLID: number = 0

    Unique ID of AI player to control

    ReqI: number = 0

    Optional - returned in any immediate response e.g. reply to CS_SEND_AI_INFO

    Size: number = 8

    4 + 4 * (number of inputs)

    Type: ISP_AIC = PacketType.ISP_AIC
    MAX_INPUTS: 20

    Methods