C# Class WorldEditor.ProtoEditor.ParamsDefines

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Add SkillAdder
Bodytypes List
Depends List>
Initialized bool
ModesList List
Names string>.Dictionary
ParamNames int>.Dictionary
PerksList List
SkillFormulas List>
TraitsList List

Méthodes publiques

Méthode Description
FillBodytypes ( ComboBox box ) : void
FillModes ( ComboBox box ) : void
FillPerks ( ComboBox box ) : void
FillTraits ( ComboBox box ) : void
GetParam ( string s ) : int
GetParamName ( int n ) : string
Init ( string _filename ) : void
Parse ( ) : bool

Private Methods

Méthode Description
IsMode ( string s ) : bool
IsPerk ( string s ) : bool
IsTrait ( string s ) : bool

Method Details

FillBodytypes() public static méthode

public static FillBodytypes ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
Résultat void

FillModes() public static méthode

public static FillModes ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
Résultat void

FillPerks() public static méthode

public static FillPerks ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
Résultat void

FillTraits() public static méthode

public static FillTraits ( ComboBox box ) : void
box System.Windows.Forms.ComboBox
Résultat void

GetParam() public static méthode

public static GetParam ( string s ) : int
s string
Résultat int

GetParamName() public static méthode

public static GetParamName ( int n ) : string
n int
Résultat string

Init() public static méthode

public static Init ( string _filename ) : void
_filename string
Résultat void

Parse() public static méthode

public static Parse ( ) : bool
Résultat bool

Property Details

Add public_oe static_oe property

public static SkillAdder,WorldEditor.ProtoEditor Add
Résultat SkillAdder

Bodytypes public_oe static_oe property

public static List Bodytypes
Résultat List

Depends public_oe static_oe property

public static List> Depends
Résultat List>

Initialized public_oe static_oe property

public static bool Initialized
Résultat bool

ModesList public_oe static_oe property

public static List ModesList
Résultat List

Names public_oe static_oe property

public static Dictionary Names
Résultat string>.Dictionary

ParamNames public_oe static_oe property

public static Dictionary ParamNames
Résultat int>.Dictionary

PerksList public_oe static_oe property

public static List PerksList
Résultat List

SkillFormulas public_oe static_oe property

public static List> SkillFormulas
Résultat List>

TraitsList public_oe static_oe property

public static List TraitsList
Résultat List