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

Inheritance: VMPrimitiveOperand
Show file 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 property

public byte Destination
return byte

StringID public property

public byte StringID
return byte

StringScope public property

public byte StringScope
return byte

StringTable public property

public ushort StringTable
return ushort

Unused public property

public byte Unused
return byte