C# Class entity.Tools.Scripts

The scripts.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

WriteScriptInfotoText() public méthode

The write script infoto text.
public WriteScriptInfotoText ( string path ) : void
path string The path.
Résultat void