C# Class LynnaLab.PluginManager

Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetActiveMap ( ) : Map
GetActiveRoom ( ) : Room
GetMapSelectedFloor ( ) : int
GetMapSelectedX ( ) : int
GetMapSelectedY ( ) : int
PluginManager ( PluginCore core, MainWindow window, Type type ) : System

Method Details

GetActiveMap() public méthode

public GetActiveMap ( ) : Map
Résultat Map

GetActiveRoom() public méthode

public GetActiveRoom ( ) : Room
Résultat Room

GetMapSelectedFloor() public méthode

public GetMapSelectedFloor ( ) : int
Résultat int

GetMapSelectedX() public méthode

public GetMapSelectedX ( ) : int
Résultat int

GetMapSelectedY() public méthode

public GetMapSelectedY ( ) : int
Résultat int

PluginManager() public méthode

public PluginManager ( PluginCore core, MainWindow window, Type type ) : System
core PluginCore
window MainWindow
type System.Type
Résultat System