C# Class Alexandria.Plugins.General.LuaModule

Inheritance: Asset
Datei anzeigen Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
return System.Windows.Forms.Control

LuaModule() public method

public LuaModule ( AssetManager manager, BinaryReader reader, string name ) : System
manager AssetManager
reader System.IO.BinaryReader
name string
return System