C# Class StatusCondition, RPGQuest

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

Méthodes publiques

Свойство Type Description
apply bool
change int
count int
execution StatusConditionExecution
setAfter int
setter ValueSetter
simpleOperator SimpleOperator
stopChange bool
time int
value int

Méthodes publiques

Méthode Description
GetData ( Hashtable ht ) : Hashtable
InitChange ( int index, Combatant, target ) : void
OnCast ( ) : bool
OnTime ( ) : bool
OnTurn ( ) : bool
ResetChange ( int index, Combatant, target ) : void
SetChange ( int index, Combatant, target ) : void
SetData ( Hashtable ht ) : void
StatusCondition ( ) : System.Collections

Method Details

GetData() public méthode

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

InitChange() public méthode

public InitChange ( int index, Combatant, target ) : void
index int
target Combatant,
Résultat void

OnCast() public méthode

public OnCast ( ) : bool
Résultat bool

OnTime() public méthode

public OnTime ( ) : bool
Résultat bool

OnTurn() public méthode

public OnTurn ( ) : bool
Résultat bool

ResetChange() public méthode

public ResetChange ( int index, Combatant, target ) : void
index int
target Combatant,
Résultat void

SetChange() public méthode

public SetChange ( int index, Combatant, target ) : void
index int
target Combatant,
Résultat void

SetData() public méthode

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

StatusCondition() public méthode

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

Property Details

apply public_oe property

public bool apply
Résultat bool

change public_oe property

public int change
Résultat int

count public_oe property

public int count
Résultat int

execution public_oe property

public StatusConditionExecution execution
Résultat StatusConditionExecution

setAfter public_oe property

public int setAfter
Résultat int

setter public_oe property

public ValueSetter setter
Résultat ValueSetter

simpleOperator public_oe property

public SimpleOperator simpleOperator
Résultat SimpleOperator

stopChange public_oe property

public bool stopChange
Résultat bool

time public_oe property

public int time
Résultat int

value public_oe property

public int value
Résultat int