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

Inheritance: VMPrimitiveOperand
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Destination byte
StringID byte
StringScope byte
StringTable ushort
Unused byte

Public Methods

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

Method Details

Read() public method

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

Write() public method

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

Property Details

Destination public_oe property

public byte Destination
return byte

StringID public_oe property

public byte StringID
return byte

StringScope public_oe property

public byte StringScope
return byte

StringTable public_oe property

public ushort StringTable
return ushort

Unused public_oe property

public byte Unused
return byte