C# Class BitCollectors.QfgCharacterEditor.Library.QfgCharacter

Afficher le fichier Open project: aplocher/BitCollectors.QfgCharacterEditor Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( ) : string
EncodeToFile ( string filename ) : void
LoadCharacter ( string filename ) : void
LoadCharacter ( string name, string dataString ) : void
LoadGameInfo ( ) : void
QfgCharacter ( ) : System
SetMaxValues ( ) : void

Private Methods

Méthode Description
GetStatProperty ( int &field, int max ) : int
SetStatProperty ( int &field, int value ) : void

Method Details

Encode() public méthode

public Encode ( ) : string
Résultat string

EncodeToFile() public méthode

public EncodeToFile ( string filename ) : void
filename string
Résultat void

LoadCharacter() public méthode

public LoadCharacter ( string filename ) : void
filename string
Résultat void

LoadCharacter() public méthode

public LoadCharacter ( string name, string dataString ) : void
name string
dataString string
Résultat void

LoadGameInfo() public méthode

public LoadGameInfo ( ) : void
Résultat void

QfgCharacter() public méthode

public QfgCharacter ( ) : System
Résultat System

SetMaxValues() public méthode

public SetMaxValues ( ) : void
Résultat void