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

Inheritance: VMPlatformState
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
BuildRoommates HashSet
LotID uint
Name string
OwnerID uint
PropertyCategory byte
Roommates HashSet
Size int
TerrainType byte

Méthodes publiques

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

Method Details

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Tick() public méthode

public Tick ( VM vm, object owner ) : void
vm VM
owner object
Résultat void

Property Details

BuildRoommates public_oe property

public HashSet BuildRoommates
Résultat HashSet

LotID public_oe property

public uint LotID
Résultat uint

Name public_oe property

public string Name
Résultat string

OwnerID public_oe property

public uint OwnerID
Résultat uint

PropertyCategory public_oe property

public byte PropertyCategory
Résultat byte

Roommates public_oe property

public HashSet Roommates
Résultat HashSet

Size public_oe property

public int Size
Résultat int

TerrainType public_oe property

public byte TerrainType
Résultat byte