Cronous Emulation Server Daemon

SkillShadow.use Method

Overload List

 
Inherited from Skill.

[Visual Basic] Overridable  OverloadsPublic Function use(ByVal Character,ByVal Character) As Boolean
[C#] public virtual bool use(Character,Character);
[C++] public: virtual bool use(Character*,Character*);
[JScript] public virtual function use(Character,Character): bool;

 

[Visual Basic] Overrides  OverloadsPublic Function use(ByVal Player,ByVal Character) As Boolean
[C#] public override bool use(Player,Character);
[C++] public: bool use(Player*,Character*);
[JScript] public override function use(Player,Character): bool;

See Also

SkillShadow Class | croemud.skill.concrete Namespace