| Class | Description |
|---|---|
| ConstructPathFunction |
Constructs an absolute path from a relative path.
Usage: path constructPath |
| DateFunction |
Displays date.
|
| DumpFunction |
Dumps the stack.
|
| EvalFunction |
Evaluates a string as a code snippet.
|
| ExecFunction |
Executes an OS command.
Usage: string exec
Where string contains the command to be executed. |
| ExitFunction |
Exits the scripts.
|
| FormattedDateFunction |
Displays a formatted date.
Usage: format fdateFormat example: "MM/dd/yyyy - HH:mm:ss" MM stands for month, dd for day, yyyy for year, HH for hours, mm for minutes and ss for seconds. |
| HelpFunction |
Displays all the available functions.
|
| RandomFunction |
Returns a random number.
|
| RandomizeFunction |
Resets random seed (can be useful if you called 'rdz' before).
|
| RdzFunction |
Sets random seed..
|
| ScriptExecFunction |
Executes another script.
Usage: string runWhere string is the path (absolute or relative) to a script. |
| TimeFunction |
Returns time in milliseconds.
|
| VersionFunction |
Pushes Dawn version on the stack.
|
| WaitFunction |
Waits for a given delay (in seconds).
Usage: delay wait |
Copyright ? 2002 Romain Guy.