C# Class GameFramework.Skill.Trigers.GotoSectionTrigger

gotosection(starttime,sectionnum);
Inheritance: AbstractSkillTriger
Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( object sender, SkillInstance instance, long delta, long curSectionTime ) : bool

Méthodes protégées

Méthode Description
Load ( Dsl callData, SkillInstance instance ) : void
OnClone ( ) : ISkillTriger

Method Details

Execute() public méthode

public Execute ( object sender, SkillInstance instance, long delta, long curSectionTime ) : bool
sender object
instance SkillSystem.SkillInstance
delta long
curSectionTime long
Résultat bool

Load() protected méthode

protected Load ( Dsl callData, SkillInstance instance ) : void
callData Dsl
instance SkillSystem.SkillInstance
Résultat void

OnClone() protected méthode

protected OnClone ( ) : ISkillTriger
Résultat ISkillTriger