C# 클래스 Ultima.Skills

파일 보기 프로젝트 열기: polserver/poltools

공개 메소드들

메소드 설명
GetSkill ( int index ) : SkillInfo

Returns SkillInfo of index

Reload ( ) : void

ReReads skills.mul

Save ( string path ) : void
Skills ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ReadNameString ( BinaryReader bin, int length ) : string

메소드 상세

GetSkill() 공개 정적인 메소드

Returns SkillInfo of index
public static GetSkill ( int index ) : SkillInfo
index int
리턴 SkillInfo

Reload() 공개 정적인 메소드

ReReads skills.mul
public static Reload ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( string path ) : void
path string
리턴 void

Skills() 공개 메소드

public Skills ( ) : System.Collections.Generic
리턴 System.Collections.Generic