Table of Contents

Class ParkingData

Namespace
S1API.Map
Assembly
S1API.dll

Defines where to park

public class ParkingData
Inheritance
ParkingData
Inherited Members
Extension Methods

Constructors

ParkingData(string, int, ParkingAlignment)

Defines where to park

public ParkingData(string _lotId, int _index, ParkingAlignment _align)

Parameters

_lotId string
_index int
_align ParkingAlignment

Properties

Alignment

public ParkingAlignment Alignment { get; }

Property Value

ParkingAlignment

Index

public int Index { get; }

Property Value

int

LotId

public string LotId { get; }

Property Value

string