C# Class StatEffect, SRPGCK

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

Méthodes publiques

Свойство Type Description
constrainValueToLimits bool
dismountMounter bool
editorShow bool
editorShowsReactableTypes bool
effectType StatEffectType
item Item,
reactableTypes string[]
respectLimits bool
specialMoveAnimateToStart bool
specialMoveGivenStartX Formula,
specialMoveLine Region,
specialMoveSpeedXY float
specialMoveType string
statName string
statusEffectPrefab StatusEffect,
statusEffectRemovalStrength int
statusEffectRemovalType string
target StatEffectTarget
triggerF Formula,
value Formula,

Méthodes publiques

Méthode Description
Apply ( SkillDef, skill, Character, character, Character, targ ) : StatEffectRecord,
ModifyStat ( float stat, SkillDef, scontext, Character, ccontext, Character, tcontext, Equipment, econtext ) : float
ModifyStat ( float stat, SkillDef, scontext, Character, ccontext, Character, tcontext, Equipment, econtext, float &modValue ) : float

Method Details

Apply() public méthode

public Apply ( SkillDef, skill, Character, character, Character, targ ) : StatEffectRecord,
skill SkillDef,
character Character,
targ Character,
Résultat StatEffectRecord,

ModifyStat() public méthode

public ModifyStat ( float stat, SkillDef, scontext, Character, ccontext, Character, tcontext, Equipment, econtext ) : float
stat float
scontext SkillDef,
ccontext Character,
tcontext Character,
econtext Equipment,
Résultat float

ModifyStat() public méthode

public ModifyStat ( float stat, SkillDef, scontext, Character, ccontext, Character, tcontext, Equipment, econtext, float &modValue ) : float
stat float
scontext SkillDef,
ccontext Character,
tcontext Character,
econtext Equipment,
modValue float
Résultat float

Property Details

constrainValueToLimits public_oe property

public bool constrainValueToLimits
Résultat bool

dismountMounter public_oe property

public bool dismountMounter
Résultat bool

editorShow public_oe property

public bool editorShow
Résultat bool

editorShowsReactableTypes public_oe property

public bool editorShowsReactableTypes
Résultat bool

effectType public_oe property

public StatEffectType effectType
Résultat StatEffectType

item public_oe property

public Item, item
Résultat Item,

reactableTypes public_oe property

public string[] reactableTypes
Résultat string[]

respectLimits public_oe property

public bool respectLimits
Résultat bool

specialMoveAnimateToStart public_oe property

public bool specialMoveAnimateToStart
Résultat bool

specialMoveGivenStartX public_oe property

public Formula, specialMoveGivenStartX
Résultat Formula,

specialMoveLine public_oe property

public Region, specialMoveLine
Résultat Region,

specialMoveSpeedXY public_oe property

public float specialMoveSpeedXY
Résultat float

specialMoveType public_oe property

public string specialMoveType
Résultat string

statName public_oe property

public string statName
Résultat string

statusEffectPrefab public_oe property

public StatusEffect, statusEffectPrefab
Résultat StatusEffect,

statusEffectRemovalStrength public_oe property

public int statusEffectRemovalStrength
Résultat int

statusEffectRemovalType public_oe property

public string statusEffectRemovalType
Résultat string

target public_oe property

public StatEffectTarget target
Résultat StatEffectTarget

triggerF public_oe property

public Formula, triggerF
Résultat Formula,

value public_oe property

public Formula, value
Résultat Formula,