Difference between revisions of "ObjectType:lavishscript"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Members == | == Members == | ||
*[[DataType:string|string]] '''Version''': LavishScript version number (e.g. 1.07) | *[[DataType:string|string]] '''Version''': LavishScript version number (e.g. 1.07) | ||
+ | *[[DataType:string|string]] '''CurrentDirectory''': Current directory according to LavishScript | ||
+ | *[[DataType:int|int]] '''RunningTime''': Amount of time, in milliseconds, the current application has been running. This value wraps after about 23 days of leaving the application running. | ||
== Methods == | == Methods == |
Revision as of 22:56, 4 May 2005
Description
Members
- string Version: LavishScript version number (e.g. 1.07)
- string CurrentDirectory: Current directory according to LavishScript
- int RunningTime: Amount of time, in milliseconds, the current application has been running. This value wraps after about 23 days of leaving the application running.
Methods
Returns
Same as Version