Свойство | Тип | Описание | |
---|---|---|---|
apply | bool | ||
change | int | ||
count | int | ||
execution | StatusConditionExecution | ||
setAfter | int | ||
setter | ValueSetter | ||
simpleOperator | SimpleOperator | ||
stopChange | bool | ||
time | int | ||
value | int |
Метод | Описание | |
---|---|---|
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 |
public GetData ( Hashtable ht ) : Hashtable | ||
ht | Hashtable | |
Результат | Hashtable |
public InitChange ( int index, Combatant, target ) : void | ||
index | int | |
target | Combatant, | |
Результат | void |
public ResetChange ( int index, Combatant, target ) : void | ||
index | int | |
target | Combatant, | |
Результат | void |
public SetChange ( int index, Combatant, target ) : void | ||
index | int | |
target | Combatant, | |
Результат | void |
public StatusCondition ( ) : System.Collections | ||
Результат | System.Collections |
public StatusConditionExecution execution | ||
Результат | StatusConditionExecution |