C# Class StatEffectRecord, SRPGCK

Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
effect StatEffect,
initialValue float
inventory Inventory,
involvedItem Item,
removedStatusEffects StatusEffect[],
specialMoveStart Vector3
statusEffect StatusEffect,
success bool

Méthodes publiques

Méthode 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

Method Details

Matches() public méthode

public Matches ( StatChange, changes, string reactableTypes ) : bool
changes StatChange,
reactableTypes string
Résultat bool

Matches() public méthode

public Matches ( string statNames, StatChangeType changes, string reactableTypes ) : bool
statNames string
changes StatChangeType
reactableTypes string
Résultat bool

StatEffectRecord() public méthode

public StatEffectRecord ( StatEffect, e, Inventory, inv, Item, it, bool succ ) : System.Collections.Generic
e StatEffect,
inv Inventory,
it Item,
succ bool
Résultat System.Collections.Generic

StatEffectRecord() public méthode

public StatEffectRecord ( StatEffect, e, StatusEffect, sfx ) : System.Collections.Generic
e StatEffect,
sfx StatusEffect,
Résultat System.Collections.Generic

StatEffectRecord() public méthode

public StatEffectRecord ( StatEffect, e, Vector3 start ) : System.Collections.Generic
e StatEffect,
start Vector3
Résultat System.Collections.Generic

StatEffectRecord() public méthode

public StatEffectRecord ( StatEffect, e, float init, float endVal, float v ) : System.Collections.Generic
e StatEffect,
init float
endVal float
v float
Résultat System.Collections.Generic

Property Details

effect public_oe property

public StatEffect, effect
Résultat StatEffect,

initialValue public_oe property

public float initialValue
Résultat float

inventory public_oe property

public Inventory, inventory
Résultat Inventory,

involvedItem public_oe property

public Item, involvedItem
Résultat Item,

removedStatusEffects public_oe property

public StatusEffect[], removedStatusEffects
Résultat StatusEffect[],

specialMoveStart public_oe property

public Vector3 specialMoveStart
Résultat Vector3

statusEffect public_oe property

public StatusEffect, statusEffect
Résultat StatusEffect,

success public_oe property

public bool success
Résultat bool