C# Class FSO.SimAntics.Primitives.VMDialogResult

Inheritance: VMSerializable
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
HasDisplayed bool
ResponseCode byte
ResponseText string
Timeout int
Type VMDialogType

Public Methods

Method Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : 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

Property Details

HasDisplayed public_oe property

public bool HasDisplayed
return bool

ResponseCode public_oe property

public byte ResponseCode
return byte

ResponseText public_oe property

public string ResponseText
return string

Timeout public_oe property

public int Timeout
return int

Type public_oe property

public VMDialogType Type
return VMDialogType