C# Класс DZAwarenessAIO.Modules.Tracker.TrackerDrawings

The Tracker Drawings Class
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OnLoad ( ) : void

Called when module loads.

Приватные методы

Метод Описание
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void

Handles the DomainUnload event of the CurrentDomain control.

GetCumulativeXP ( float level ) : float

Gets the cumulative xp.

GetXPPerLevel ( int level ) : float

Gets the xp per level.

LoadList ( ) : void

Loads the playersWrapper list.

LoadSprites ( ) : void

Loads the sprites.

OnUpdate ( EventArgs args ) : void

Raises the Game.OnUpdate event.

Truncate ( float s ) : String
Truncate ( string s ) : String

Truncates the specified string.

Описание методов

OnLoad() публичный статический Метод

Called when module loads.
public static OnLoad ( ) : void
Результат void