C# 클래스 cleanCore.WoWSpell

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

공개 프로퍼티들

프로퍼티 타입 설명
ForceUpdate bool
Invalid WoWSpell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cast ( ) : void
Cast ( WoWUnit target ) : void
GetAllSpells ( ) : List
GetSpell ( int id ) : WoWSpell
GetSpell ( string name ) : WoWSpell
Initialize ( ) : void
Pulse ( ) : bool
WoWSpell ( int id ) : System

메소드 상세

Cast() 공개 메소드

public Cast ( ) : void
리턴 void

Cast() 공개 메소드

public Cast ( WoWUnit target ) : void
target WoWUnit
리턴 void

GetAllSpells() 공개 정적인 메소드

public static GetAllSpells ( ) : List
리턴 List

GetSpell() 공개 정적인 메소드

public static GetSpell ( int id ) : WoWSpell
id int
리턴 WoWSpell

GetSpell() 공개 정적인 메소드

public static GetSpell ( string name ) : WoWSpell
name string
리턴 WoWSpell

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Pulse() 공개 정적인 메소드

public static Pulse ( ) : bool
리턴 bool

WoWSpell() 공개 메소드

public WoWSpell ( int id ) : System
id int
리턴 System

프로퍼티 상세

ForceUpdate 공개적으로 정적으로 프로퍼티

public static bool ForceUpdate
리턴 bool

Invalid 공개적으로 정적으로 프로퍼티

public static WoWSpell,cleanCore Invalid
리턴 WoWSpell