C# Class Ultima.Skills

Datei anzeigen Open project: polserver/poltools

Public Methods

Method Description
GetSkill ( int index ) : SkillInfo

Returns SkillInfo of index

Reload ( ) : void

ReReads skills.mul

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

Private Methods

Method Description
ReadNameString ( BinaryReader bin, int length ) : string

Method Details

GetSkill() public static method

Returns SkillInfo of index
public static GetSkill ( int index ) : SkillInfo
index int
return SkillInfo

Reload() public static method

ReReads skills.mul
public static Reload ( ) : void
return void

Save() public static method

public static Save ( string path ) : void
path string
return void

Skills() public method

public Skills ( ) : System.Collections.Generic
return System.Collections.Generic