Метод | Описание | |
---|---|---|
Activate ( ConditionsA condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Activate ( ConditionsB condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Activate ( ConditionsC condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Activate ( ConditionsD condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Activate ( ConditionsE condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Activate ( ConditionsF condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Activate ( ConditionsG condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
Clear ( ) : void |
Resets all conditions and sends update.
|
|
CreatureConditions ( Creature creature ) : Aura.Channel.Network.Sending | ||
Deactivate ( ConditionsA condition ) : void | ||
Deactivate ( ConditionsB condition ) : void | ||
Deactivate ( ConditionsC condition ) : void | ||
Deactivate ( ConditionsD condition ) : void | ||
Deactivate ( ConditionsE condition ) : void | ||
Deactivate ( ConditionsF condition ) : void | ||
Deactivate ( ConditionsG condition ) : void | ||
Deactivate ( int condition ) : void | ||
GetExtraField ( int id, string name ) : object |
Returns extra data for id, or null.
|
|
GetExtraList ( ) : MabiDictionary>>.ICollection |
Returns new list of all extra values.
|
|
GetExtraVal ( int id ) : short |
Returns extra val for id, or 0.
|
|
Has ( ConditionsA condition ) : bool | ||
Has ( ConditionsB condition ) : bool | ||
Has ( ConditionsC condition ) : bool | ||
Has ( ConditionsD condition ) : bool | ||
Has ( ConditionsE condition ) : bool | ||
Has ( ConditionsF condition ) : bool | ||
Has ( ConditionsG condition ) : bool | ||
Has ( int condition ) : bool | ||
OnSecondsTimeTick ( |
Removes overdue conditions.
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
RemoveExtra ( double condition, int offset ) : void | ||
SetDuration ( double condition, int offset, int milliseconds ) : void | ||
SetExtra ( double condition, int offset, MabiDictionary extra ) : void |
public Activate ( ConditionsA condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsA | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public Activate ( ConditionsB condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsB | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public Activate ( ConditionsC condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsC | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public Activate ( ConditionsD condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsD | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public Activate ( ConditionsE condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsE | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public Activate ( ConditionsF condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsF | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public Activate ( ConditionsG condition, MabiDictionary extra = null, int duration = -1 ) : void | ||
condition | ConditionsG | |
extra | MabiDictionary | |
duration | int | |
Результат | void |
public CreatureConditions ( Creature creature ) : Aura.Channel.Network.Sending | ||
creature | Creature | |
Результат | Aura.Channel.Network.Sending |
public Deactivate ( ConditionsA condition ) : void | ||
condition | ConditionsA | |
Результат | void |
public Deactivate ( ConditionsB condition ) : void | ||
condition | ConditionsB | |
Результат | void |
public Deactivate ( ConditionsC condition ) : void | ||
condition | ConditionsC | |
Результат | void |
public Deactivate ( ConditionsD condition ) : void | ||
condition | ConditionsD | |
Результат | void |
public Deactivate ( ConditionsE condition ) : void | ||
condition | ConditionsE | |
Результат | void |
public Deactivate ( ConditionsF condition ) : void | ||
condition | ConditionsF | |
Результат | void |
public Deactivate ( ConditionsG condition ) : void | ||
condition | ConditionsG | |
Результат | void |
public Deactivate ( int condition ) : void | ||
condition | int | |
Результат | void |
public GetExtraField ( int id, string name ) : object | ||
id | int | |
name | string | |
Результат | object |
public GetExtraList ( ) : MabiDictionary>>.ICollection |
||
Результат | MabiDictionary>>.ICollection |
public Has ( ConditionsA condition ) : bool | ||
condition | ConditionsA | |
Результат | bool |
public Has ( ConditionsB condition ) : bool | ||
condition | ConditionsB | |
Результат | bool |
public Has ( ConditionsC condition ) : bool | ||
condition | ConditionsC | |
Результат | bool |
public Has ( ConditionsD condition ) : bool | ||
condition | ConditionsD | |
Результат | bool |
public Has ( ConditionsE condition ) : bool | ||
condition | ConditionsE | |
Результат | bool |
public Has ( ConditionsF condition ) : bool | ||
condition | ConditionsF | |
Результат | bool |
public Has ( ConditionsG condition ) : bool | ||
condition | ConditionsG | |
Результат | bool |
public OnSecondsTimeTick ( |
||
time | ||
Результат | void |