C# 클래스 StatEffect, SRPGCK

파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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,

공개 메소드들

메소드 설명
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

메소드 상세

Apply() 공개 메소드

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

ModifyStat() 공개 메소드

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

ModifyStat() 공개 메소드

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
리턴 float

프로퍼티 상세

constrainValueToLimits 공개적으로 프로퍼티

public bool constrainValueToLimits
리턴 bool

dismountMounter 공개적으로 프로퍼티

public bool dismountMounter
리턴 bool

editorShow 공개적으로 프로퍼티

public bool editorShow
리턴 bool

editorShowsReactableTypes 공개적으로 프로퍼티

public bool editorShowsReactableTypes
리턴 bool

effectType 공개적으로 프로퍼티

public StatEffectType effectType
리턴 StatEffectType

item 공개적으로 프로퍼티

public Item, item
리턴 Item,

reactableTypes 공개적으로 프로퍼티

public string[] reactableTypes
리턴 string[]

respectLimits 공개적으로 프로퍼티

public bool respectLimits
리턴 bool

specialMoveAnimateToStart 공개적으로 프로퍼티

public bool specialMoveAnimateToStart
리턴 bool

specialMoveGivenStartX 공개적으로 프로퍼티

public Formula, specialMoveGivenStartX
리턴 Formula,

specialMoveLine 공개적으로 프로퍼티

public Region, specialMoveLine
리턴 Region,

specialMoveSpeedXY 공개적으로 프로퍼티

public float specialMoveSpeedXY
리턴 float

specialMoveType 공개적으로 프로퍼티

public string specialMoveType
리턴 string

statName 공개적으로 프로퍼티

public string statName
리턴 string

statusEffectPrefab 공개적으로 프로퍼티

public StatusEffect, statusEffectPrefab
리턴 StatusEffect,

statusEffectRemovalStrength 공개적으로 프로퍼티

public int statusEffectRemovalStrength
리턴 int

statusEffectRemovalType 공개적으로 프로퍼티

public string statusEffectRemovalType
리턴 string

target 공개적으로 프로퍼티

public StatEffectTarget target
리턴 StatEffectTarget

triggerF 공개적으로 프로퍼티

public Formula, triggerF
리턴 Formula,

value 공개적으로 프로퍼티

public Formula, value
리턴 Formula,