Difference between revisions of "Legacy:EvaluateScript"

From Spherical
Jump to: navigation, search
(created from http://web.archive.org/web/20110803092824/http://www.spheredev.org/wiki/EvaluateScript)
(No difference)

Revision as of 02:23, 2 June 2013


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