C# Class Tibialyzer.ExperienceBar

Inheritance: BaseHUD
Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
ExperienceBar ( ) : System
GetExperience ( long lvl ) : long
GetHUD ( ) : string
LoadHUD ( ) : void

Private Methods

Method Description
RefreshHUD ( Tibialyzer.Structures.PlayerExperience playerExp ) : void
RefreshHUD ( long value, long max, int level ) : void

Method Details

ExperienceBar() public method

public ExperienceBar ( ) : System
return System

GetExperience() public static method

public static GetExperience ( long lvl ) : long
lvl long
return long

GetHUD() public method

public GetHUD ( ) : string
return string

LoadHUD() public method

public LoadHUD ( ) : void
return void