ISKernel:innerspace (Data Type)

From Lavish Software Wiki
Revision as of 04:37, 19 October 2005 by Beefalo (talk | contribs)
Jump to navigation Jump to search

Description

This data type holds information about Inner Space.

Members

  • string Version: Returns the Inner Space version number
  • int Build: Returns the Inner Space build number
  • string ISXDK: Returns the ISXDK version

Methods

  • LoadExtension[name]: Loads <name> extension

Returns

NULL

Examples

Load an Extension in a script

  • InnerSpace:LoadExtension[test]
This will load the 'test' extension.

Display the Version Number

  • echo ${InnerSpace.Version}
This will display the Inner Space version number to the console

See Also