C# Class FSO.SimAntics.Model.TSOPlatform.VMTSOLotState

Inheritance: VMPlatformState
Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
BuildRoommates HashSet
LotID uint
Name string
OwnerID uint
PropertyCategory byte
Roommates HashSet
Size int
TerrainType byte

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
Tick ( VM vm, object owner ) : void

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Tick() public method

public Tick ( VM vm, object owner ) : void
vm VM
owner object
return void

Property Details

BuildRoommates public property

public HashSet BuildRoommates
return HashSet

LotID public property

public uint LotID
return uint

Name public property

public string Name
return string

OwnerID public property

public uint OwnerID
return uint

PropertyCategory public property

public byte PropertyCategory
return byte

Roommates public property

public HashSet Roommates
return HashSet

Size public property

public int Size
return int

TerrainType public property

public byte TerrainType
return byte