ISKernel:innerspace (Data Type)
From Lavish Software Wiki
Contents |
[edit]
Description
This data type holds information about Inner Space.
[edit]
Members
- string Version: Returns the Inner Space version number
- int Build: Returns the Inner Space build number
- string ISXDK: Returns the ISXDK version
[edit]
Methods
- LoadExtension[name]: Loads <name> extension
[edit]
Returns
NULL
[edit]
Examples
[edit]
Load an Extension in a script
- InnerSpace:LoadExtension[test]
- This will load the 'test' extension.
[edit]
Display the Version Number
- echo ${InnerSpace.Version}
- This will display the Inner Space version number to the console
[edit]
See Also
