C# Class XCom.Type4Descriptor

Default unit type 0
Inheritance: IUnitDescriptor
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Protected Properties

Свойство Type Description
zombie bool

Méthodes publiques

Méthode Description
GetNewUnit ( Palette p ) : IUnit
Type4Descriptor ( string name, StreamReader sr, VarCollection vars ) : System

Méthodes protégées

Méthode Description
ParseLine ( string keyword, string rest, StreamReader sr, VarCollection vars ) : void

Method Details

GetNewUnit() public méthode

public GetNewUnit ( Palette p ) : IUnit
p Palette
Résultat IUnit

ParseLine() protected méthode

protected ParseLine ( string keyword, string rest, StreamReader sr, VarCollection vars ) : void
keyword string
rest string
sr System.IO.StreamReader
vars VarCollection
Résultat void

Type4Descriptor() public méthode

public Type4Descriptor ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
Résultat System

Property Details

zombie protected_oe property

protected bool zombie
Résultat bool