Difference between revisions of "Legacy:RequireSystemScript"
From Spherical
(created from http://web.archive.org/web/20120828095147/http://www.spheredev.org/wiki/RequireSystemScript) |
(No difference)
|
Revision as of 00:48, 2 June 2013
The RequireSystemScript(filename) command will do the same thing as the EvaluateSystemScript(filename) command, except it will only allow each system script to be loaded once. The purpose of this is the same as that of RequireScript, but works for system scripts instead (see EvaluateSystemScript).
Contents
Usage
RequireSystemScript(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