C# Class entity.Main.MenuClasses.screenData

Inheritance: baseData
Datei anzeigen Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
buttonKeyType short
destColor H2Color
flag0 bool
flag1 bool
flag2 bool
flag3 bool
flag4 bool
flag5 bool
flag6 bool
headerStringID stringID
panes List
refractionScaleX float
refractionScaleY float
screenID short
shapeGroup short
sourceColor H2Color
stringlistTag char[]
strings List
stringsListIdent int
textColor H2Color
zoomScaleX float
zoomScaleY float

Public Methods

Method Description
Read ( BinaryReader br ) : void
ToString ( ) : string
getStrings ( Map map ) : bool

Loads the strings from "stringListIdent" into "strings"

screenData ( int order ) : System

Method Details

Read() public method

public Read ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

ToString() public method

public ToString ( ) : string
return string

getStrings() public method

Loads the strings from "stringListIdent" into "strings"
public getStrings ( Map map ) : bool
map HaloMap.Map.Map
return bool

screenData() public method

public screenData ( int order ) : System
order int
return System

Property Details

buttonKeyType public_oe property

public short buttonKeyType
return short

destColor public_oe property

public H2Color,entity.Main.MenuClasses destColor
return H2Color

flag0 public_oe property

public bool flag0
return bool

flag1 public_oe property

public bool flag1
return bool

flag2 public_oe property

public bool flag2
return bool

flag3 public_oe property

public bool flag3
return bool

flag4 public_oe property

public bool flag4
return bool

flag5 public_oe property

public bool flag5
return bool

flag6 public_oe property

public bool flag6
return bool

headerStringID public_oe property

public stringID,entity.Main.MenuClasses headerStringID
return stringID

panes public_oe property

public List panes
return List

refractionScaleX public_oe property

public float refractionScaleX
return float

refractionScaleY public_oe property

public float refractionScaleY
return float

screenID public_oe property

public short screenID
return short

shapeGroup public_oe property

public short shapeGroup
return short

sourceColor public_oe property

public H2Color sourceColor
return H2Color

stringlistTag public_oe property

public char[] stringlistTag
return char[]

strings public_oe property

public List strings
return List

stringsListIdent public_oe property

public int stringsListIdent
return int

textColor public_oe property

public H2Color textColor
return H2Color

zoomScaleX public_oe property

public float zoomScaleX
return float

zoomScaleY public_oe property

public float zoomScaleY
return float