Legacy:EvaluateScript
From Spherical
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.
Contents
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