C# Class StatEffect, SRPGCK

Mostrar archivo Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property 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,

Public Methods

Method 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 method

public Apply ( SkillDef, skill, Character, character, Character, targ ) : StatEffectRecord,
skill SkillDef,
character Character,
targ Character,
return StatEffectRecord,

ModifyStat() public method

public ModifyStat ( float stat, SkillDef, scontext, Character, ccontext, Character, tcontext, Equipment, econtext ) : float
stat float
scontext SkillDef,
ccontext Character,
tcontext Character,
econtext Equipment,
return float

ModifyStat() public method

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
return float

Property Details

constrainValueToLimits public_oe property

public bool constrainValueToLimits
return bool

dismountMounter public_oe property

public bool dismountMounter
return bool

editorShow public_oe property

public bool editorShow
return bool

editorShowsReactableTypes public_oe property

public bool editorShowsReactableTypes
return bool

effectType public_oe property

public StatEffectType effectType
return StatEffectType

item public_oe property

public Item, item
return Item,

reactableTypes public_oe property

public string[] reactableTypes
return string[]

respectLimits public_oe property

public bool respectLimits
return bool

specialMoveAnimateToStart public_oe property

public bool specialMoveAnimateToStart
return bool

specialMoveGivenStartX public_oe property

public Formula, specialMoveGivenStartX
return Formula,

specialMoveLine public_oe property

public Region, specialMoveLine
return Region,

specialMoveSpeedXY public_oe property

public float specialMoveSpeedXY
return float

specialMoveType public_oe property

public string specialMoveType
return string

statName public_oe property

public string statName
return string

statusEffectPrefab public_oe property

public StatusEffect, statusEffectPrefab
return StatusEffect,

statusEffectRemovalStrength public_oe property

public int statusEffectRemovalStrength
return int

statusEffectRemovalType public_oe property

public string statusEffectRemovalType
return string

target public_oe property

public StatEffectTarget target
return StatEffectTarget

triggerF public_oe property

public Formula, triggerF
return Formula,

value public_oe property

public Formula, value
return Formula,