Last Published: 2008-08-13
equanda
|
staticwiki
util
Introduction
FScript general extensions
wait(ms) : wait for the given number of milliseconds (integer).
execute(command) : have the given command executed at the command prompt.
create(class) : create an object from the given classname.
random(max) : return a random number between 0 (inclusive) and max (exclusive).