Legacy:EvaluateScript

From Spherical
Revision as of 02:23, 2 June 2013 by Apollolux (talk | contribs) (created from http://web.archive.org/web/20110803092824/http://www.spheredev.org/wiki/EvaluateScript)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The EvaluateScript(filename) command will execute the code in the file called "filename" in the scripts directory of the current game. Common usage is to separate code into multiple files, making it easier for the programmer to go through the game's code.

Usage

{{{returns}}} [[API:{{{object}}}|{{{object}}}]].EvaluateScript(filename);


  • param1 type. param1 description
  • param2 type. param2 description
  • paramN type. paramN description

Examples

(examples with syntaxhighlighted code)

Notes

(notes)

See also

  • see also
  • see also
  • see also
  • etc