Property | Type | Description | |
---|---|---|---|
effect | StatEffect, | ||
initialValue | float | ||
inventory | Inventory, | ||
involvedItem | Item, | ||
removedStatusEffects | StatusEffect[], | ||
specialMoveStart | Vector3 | ||
statusEffect | StatusEffect, | ||
success | bool |
Method | Description | |
---|---|---|
Matches ( StatChange, changes, string reactableTypes ) : bool | ||
Matches ( string statNames, StatChangeType changes, string reactableTypes ) : bool | ||
StatEffectRecord ( StatEffect, e, Inventory, inv, Item, it, bool succ ) : System.Collections.Generic | ||
StatEffectRecord ( StatEffect, e, StatusEffect, sfx ) : System.Collections.Generic | ||
StatEffectRecord ( StatEffect, e, Vector3 start ) : System.Collections.Generic | ||
StatEffectRecord ( StatEffect, e, float init, float endVal, float v ) : System.Collections.Generic |
public Matches ( StatChange, changes, string reactableTypes ) : bool | ||
changes | StatChange, | |
reactableTypes | string | |
return | bool |
public Matches ( string statNames, StatChangeType changes, string reactableTypes ) : bool | ||
statNames | string | |
changes | StatChangeType | |
reactableTypes | string | |
return | bool |
public StatEffectRecord ( StatEffect, e, Inventory, inv, Item, it, bool succ ) : System.Collections.Generic | ||
e | StatEffect, | |
inv | Inventory, | |
it | Item, | |
succ | bool | |
return | System.Collections.Generic |
public StatEffectRecord ( StatEffect, e, StatusEffect, sfx ) : System.Collections.Generic | ||
e | StatEffect, | |
sfx | StatusEffect, | |
return | System.Collections.Generic |
public StatEffectRecord ( StatEffect, e, Vector3 start ) : System.Collections.Generic | ||
e | StatEffect, | |
start | Vector3 | |
return | System.Collections.Generic |
public StatEffectRecord ( StatEffect, e, float init, float endVal, float v ) : System.Collections.Generic | ||
e | StatEffect, | |
init | float | |
endVal | float | |
v | float | |
return | System.Collections.Generic |
public StatusEffect[], removedStatusEffects | ||
return | StatusEffect[], |