C# Class Alexandria.Plugins.General.LuaModule

Inheritance: Asset
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
LuaModule ( AssetManager manager, BinaryReader reader, string name ) : System

Private Methods

Méthode Description
ReadInstructionCode ( BinaryReader reader ) : uint
ReadInt ( BinaryReader reader ) : int
ReadInt ( BinaryReader reader, int bytes ) : int
ReadNumber ( BinaryReader reader ) : double
ReadSizeT ( BinaryReader reader ) : int
ReadString ( BinaryReader reader ) : string

Method Details

Browse() public méthode

public Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
Résultat System.Windows.Forms.Control

LuaModule() public méthode

public LuaModule ( AssetManager manager, BinaryReader reader, string name ) : System
manager AssetManager
reader System.IO.BinaryReader
name string
Résultat System