C# Class entity.Tools.Scripts

The scripts.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
Scripts ( Map map ) : System.IO

Initializes a new instance of the Scripts class.

WriteScriptInfotoText ( string path ) : void

The write script infoto text.

Method Details

Scripts() public method

Initializes a new instance of the Scripts class.
public Scripts ( Map map ) : System.IO
map HaloMap.Map.Map The map.
return System.IO

WriteScriptInfotoText() public method

The write script infoto text.
public WriteScriptInfotoText ( string path ) : void
path string The path.
return void