C# Class DifficultyData, RPGQuest

Inheritance: BaseLangData
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
difficulty Difficulty[],

Méthodes publiques

Méthode Description
AddDifficulty ( string n, string d, int count ) : void
AddStatusValue ( int index ) : void
Copy ( int index ) : void
DifficultyData ( ) : System.Collections
GetAnimationFactor ( ) : float
GetBattleFactor ( ) : float
GetDifficultyChoice ( bool addCancel ) : ChoiceContent[],
GetIconPath ( ) : string
GetMovementFactor ( ) : float
GetTimeFactor ( ) : float
LoadData ( ) : void
RemoveData ( int index ) : void
RemoveStatusValue ( int index ) : void
SaveData ( ) : void
SetStatusValueType ( int index, StatusValueType type ) : void

Method Details

AddDifficulty() public méthode

public AddDifficulty ( string n, string d, int count ) : void
n string
d string
count int
Résultat void

AddStatusValue() public méthode

public AddStatusValue ( int index ) : void
index int
Résultat void

Copy() public méthode

public Copy ( int index ) : void
index int
Résultat void

DifficultyData() public méthode

public DifficultyData ( ) : System.Collections
Résultat System.Collections

GetAnimationFactor() public méthode

public GetAnimationFactor ( ) : float
Résultat float

GetBattleFactor() public méthode

public GetBattleFactor ( ) : float
Résultat float

GetDifficultyChoice() public méthode

public GetDifficultyChoice ( bool addCancel ) : ChoiceContent[],
addCancel bool
Résultat ChoiceContent[],

GetIconPath() public méthode

public GetIconPath ( ) : string
Résultat string

GetMovementFactor() public méthode

public GetMovementFactor ( ) : float
Résultat float

GetTimeFactor() public méthode

public GetTimeFactor ( ) : float
Résultat float

LoadData() public méthode

public LoadData ( ) : void
Résultat void

RemoveData() public méthode

public RemoveData ( int index ) : void
index int
Résultat void

RemoveStatusValue() public méthode

public RemoveStatusValue ( int index ) : void
index int
Résultat void

SaveData() public méthode

public SaveData ( ) : void
Résultat void

SetStatusValueType() public méthode

public SetStatusValueType ( int index, StatusValueType type ) : void
index int
type StatusValueType
Résultat void

Property Details

difficulty public_oe property

public Difficulty[], difficulty
Résultat Difficulty[],