index



modules



license
coding style
to do



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).

$Id: UtilScriptGeneral.wiki 1688 2005-10-13 08:05:24Z triathlon98 $