C# Class FSO.SimAntics.Primitives.VMSpecialEffectOperand

Inheritance: VMPrimitiveOperand
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Flags sbyte
Size sbyte
StrIndex sbyte
Timeout ushort
Zoom sbyte

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

Flags public_oe property

public sbyte Flags
return sbyte

Size public_oe property

public sbyte Size
return sbyte

StrIndex public_oe property

public sbyte StrIndex
return sbyte

Timeout public_oe property

public ushort Timeout
return ushort

Zoom public_oe property

public sbyte Zoom
return sbyte