node-insim
    Preparing search index...

    Class CompCar

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _raw: RawProperties<CompCar> = ...

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

    AngVel: number = 0

    Signed, rate of change of heading: (8192 = 180 deg/s anticlockwise)

    Direction: number = 0

    car's motion if Speed > 0: 0 = world y direction, 32768 = 180 deg

    Heading: number = 0

    direction of forward axis: 0 = world y direction, 32768 = 180 deg anticlockwise from above

    Info: 0 | CompCarFlags = 0

    Flags and other info

    Lap: number = 0

    Current lap

    Node: number = 0

    Current path node

    PLID: number = 0

    Player's unique id

    Position: number = 0

    Current race position: 0 = unknown, 1 = leader, etc...

    Speed: number = 0

    Speed (32768 = 100 m/s)

    X: number = 0

    X map (65536 = 1 metre)

    Y: number = 0

    Y map (65536 = 1 metre)

    Z: number = 0

    Z alt (65536 = 1 metre)

    Methods