GameTools gameUtils
From Wikiid
Wrappers for 'stdio' stuff that the *nice* Mr Gates decided to make horribly non-standard under Windows:
bool canAccess ( const char *fname ) ; bool chDir ( const char *dir ) ; void secondSleep ( int s ) ; float gameRandom ( float min, float max )
- canAccess checks whether a file exists and can be read.
- chdir changes the current working directory.
- secondSleep puts the process into an idle state for the specified number of seconds.
- gameRandom returns floating point numbers within the specified range.
Wikiid Pages relating to gameTools (edit) |
gameTools - Main page |
gameTools - Support Tools : |
gameTools - File Formats : |
gameTools - Source Code :
|
Wikiid Pages relating to Lemur of Lima (edit) |
Lemur of Lima - Main page |
Lemur of Lima - Controls |
Lemur of Lima - Levels : |
Lemur of Lima - Java Plugins : |
Lemur of Lima - Source Code Documentation : |