C# Class Ultima.Skills

Afficher le fichier Open project: polserver/poltools

Méthodes publiques

Méthode Description
GetSkill ( int index ) : SkillInfo

Returns SkillInfo of index

Reload ( ) : void

ReReads skills.mul

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

Private Methods

Méthode Description
ReadNameString ( BinaryReader bin, int length ) : string

Method Details

GetSkill() public static méthode

Returns SkillInfo of index
public static GetSkill ( int index ) : SkillInfo
index int
Résultat SkillInfo

Reload() public static méthode

ReReads skills.mul
public static Reload ( ) : void
Résultat void

Save() public static méthode

public static Save ( string path ) : void
path string
Résultat void

Skills() public méthode

public Skills ( ) : System.Collections.Generic
Résultat System.Collections.Generic