C# Class FSO.SimAntics.Engine.Primitives.VMAnimateSimOperand

Inheritance: VMPrimitiveOperand
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
ExpectedEventCount byte
Flags byte
LocalEventNumber byte
_pad byte

Public Methods

Method Description
Read ( byte bytes ) : void
ToString ( ) : string
Write ( byte bytes ) : void

Method Details

Read() public method

public Read ( byte bytes ) : void
bytes byte
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( byte bytes ) : void
bytes byte
return void

Property Details

ExpectedEventCount public property

public byte ExpectedEventCount
return byte

Flags public property

public byte Flags
return byte

LocalEventNumber public property

public byte LocalEventNumber
return byte

_pad public property

public byte _pad
return byte