C# Class BaseAttackData, RPGQuest

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

Méthodes publiques

Свойство Type Description
AUDIO_PATH string
baseAttack BaseAttack[],

Méthodes publiques

Méthode Description
AddAttack ( string n ) : void
AddStatusValue ( int index ) : void
BaseAttackData ( ) : System.Collections
Copy ( int index ) : void
GetIDForAttack ( BaseAttack, atk ) : int
ImportOldAttack ( BaseAttack, atk, string title ) : int[]
LoadData ( ) : void
RemoveArmor ( int index ) : void
RemoveData ( int index ) : void
RemoveFormula ( int index ) : void
RemoveItem ( int index ) : void
RemoveStatusValue ( int index ) : void
RemoveWeapon ( int index ) : void
SaveData ( ) : void
SetStatusValueType ( int index, StatusValueType val ) : void

Method Details

AddAttack() public méthode

public AddAttack ( string n ) : void
n string
Résultat void

AddStatusValue() public méthode

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

BaseAttackData() public méthode

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

Copy() public méthode

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

GetIDForAttack() public méthode

public GetIDForAttack ( BaseAttack, atk ) : int
atk BaseAttack,
Résultat int

ImportOldAttack() public méthode

public ImportOldAttack ( BaseAttack, atk, string title ) : int[]
atk BaseAttack,
title string
Résultat int[]

LoadData() public méthode

public LoadData ( ) : void
Résultat void

RemoveArmor() public méthode

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

RemoveData() public méthode

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

RemoveFormula() public méthode

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

RemoveItem() public méthode

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

RemoveStatusValue() public méthode

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

RemoveWeapon() public méthode

public RemoveWeapon ( 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 val ) : void
index int
val StatusValueType
Résultat void

Property Details

AUDIO_PATH public_oe static_oe property

public static string AUDIO_PATH
Résultat string

baseAttack public_oe property

public BaseAttack[], baseAttack
Résultat BaseAttack[],