C# Class Alexandria.Engines.GoldBox.Resources.Script

A script resource.
Inheritance: Asset
Mostra file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control
Link ( ) : void
Script ( AssetManager manager, BinaryReader reader, string name ) : System

Private Methods

Method Description
CodeAddressName ( long address ) : string
IsIdentifier ( string text, int index ) : bool

Method Details

Browse() public method

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

Link() public method

public Link ( ) : void
return void

Script() public method

public Script ( AssetManager manager, BinaryReader reader, string name ) : System
manager AssetManager
reader BinaryReader
name string
return System