C# Class ME3Explorer.Matinee.byteprop

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
enumName string
type int
values string[]

Public Methods

Method Description
ToString ( ME3Package p ) : string
byteprop ( byte raw, string n, string list ) : ME3Explorer.SequenceObjects
byteprop ( string n, string list ) : ME3Explorer.SequenceObjects
set ( byte raw ) : void

Method Details

ToString() public method

public ToString ( ME3Package p ) : string
p ME3Package
return string

byteprop() public method

public byteprop ( byte raw, string n, string list ) : ME3Explorer.SequenceObjects
raw byte
n string
list string
return ME3Explorer.SequenceObjects

byteprop() public method

public byteprop ( string n, string list ) : ME3Explorer.SequenceObjects
n string
list string
return ME3Explorer.SequenceObjects

set() public method

public set ( byte raw ) : void
raw byte
return void

Property Details

enumName public_oe property

public string enumName
return string

type public_oe property

public int type
return int

values public_oe property

public string[] values
return string[]