C# Class ValueChange, RPGQuest

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

Méthodes publiques

Свойство Type Description
active bool
blockable bool
cancelSkills bool
efficiency float
formula int
formulaChooser FormulaChooser
ignoreDefend bool
ignoreElement bool
ignoreRace bool
ignoreSize bool
randomMax int
randomMin int
simpleOperator SimpleOperator
status int
value int

Méthodes publiques

Méthode Description
ChangeValue ( int statusID, int elementID, Combatant, user, Combatant, target, bool showNumber, float damageFactor, float damageMultiplier ) : int
CompareTo ( ValueChange, vc ) : bool
GetChange ( Combatant, user, Combatant, target, float damageFactor, float damageMultiplier ) : int
GetData ( Hashtable ht ) : Hashtable
IsAdd ( ) : bool
IsSet ( ) : bool
IsSub ( ) : bool
SetData ( Hashtable ht ) : void
ValueChange ( ) : System.Collections
ValueChange ( Hashtable ht ) : System.Collections

Private Methods

Méthode Description
GetDefendedChange ( int change, int elementID, Combatant, user, Combatant, target ) : int

Method Details

ChangeValue() public méthode

public ChangeValue ( int statusID, int elementID, Combatant, user, Combatant, target, bool showNumber, float damageFactor, float damageMultiplier ) : int
statusID int
elementID int
user Combatant,
target Combatant,
showNumber bool
damageFactor float
damageMultiplier float
Résultat int

CompareTo() public méthode

public CompareTo ( ValueChange, vc ) : bool
vc ValueChange,
Résultat bool

GetChange() public méthode

public GetChange ( Combatant, user, Combatant, target, float damageFactor, float damageMultiplier ) : int
user Combatant,
target Combatant,
damageFactor float
damageMultiplier float
Résultat int

GetData() public méthode

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
Résultat Hashtable

IsAdd() public méthode

public IsAdd ( ) : bool
Résultat bool

IsSet() public méthode

public IsSet ( ) : bool
Résultat bool

IsSub() public méthode

public IsSub ( ) : bool
Résultat bool

SetData() public méthode

public SetData ( Hashtable ht ) : void
ht Hashtable
Résultat void

ValueChange() public méthode

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

ValueChange() public méthode

public ValueChange ( Hashtable ht ) : System.Collections
ht Hashtable
Résultat System.Collections

Property Details

active public_oe property

public bool active
Résultat bool

blockable public_oe property

public bool blockable
Résultat bool

cancelSkills public_oe property

public bool cancelSkills
Résultat bool

efficiency public_oe property

public float efficiency
Résultat float

formula public_oe property

public int formula
Résultat int

formulaChooser public_oe property

public FormulaChooser formulaChooser
Résultat FormulaChooser

ignoreDefend public_oe property

public bool ignoreDefend
Résultat bool

ignoreElement public_oe property

public bool ignoreElement
Résultat bool

ignoreRace public_oe property

public bool ignoreRace
Résultat bool

ignoreSize public_oe property

public bool ignoreSize
Résultat bool

randomMax public_oe property

public int randomMax
Résultat int

randomMin public_oe property

public int randomMin
Résultat int

simpleOperator public_oe property

public SimpleOperator simpleOperator
Résultat SimpleOperator

status public_oe property

public int status
Résultat int

value public_oe property

public int value
Résultat int