C# Class GroupCondition, RPGQuest

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

Méthodes publiques

Свойство Type Description
effect SkillEffect[],
firstMove bool
firstMoveRounds int
setStatus bool[]
status int[]
timebar float

Méthodes publiques

Méthode Description
ApplyCondition ( Combatant, c ) : void
GetData ( Hashtable ht ) : Hashtable
GroupCondition ( ) : System.Collections
SetData ( Hashtable ht ) : void

Method Details

ApplyCondition() public méthode

public ApplyCondition ( Combatant, c ) : void
c Combatant,
Résultat void

GetData() public méthode

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

GroupCondition() public méthode

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

SetData() public méthode

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

Property Details

effect public_oe property

public SkillEffect[], effect
Résultat SkillEffect[],

firstMove public_oe property

public bool firstMove
Résultat bool

firstMoveRounds public_oe property

public int firstMoveRounds
Résultat int

setStatus public_oe property

public bool[] setStatus
Résultat bool[]

status public_oe property

public int[] status
Résultat int[]

timebar public_oe property

public float timebar
Résultat float