Legacy:RequireSystemScript

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


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).

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