Torque2D Reference
|
This is the complete list of members for Platform, including all inherited members.
addExcludedDirectory(const char *pDir) | Platform | static |
advanceTime(U32 delta) | Platform | static |
AlertOK(const char *windowTitle, const char *message) | Platform | static |
AlertOKCancel(const char *windowTitle, const char *message) | Platform | static |
AlertRetry(const char *windowTitle, const char *message) | Platform | static |
AlertYesNo(const char *windowTitle, const char *message) | Platform | static |
clearExcludedDirectories() | Platform | static |
compareFileTimes(const FileTime &a, const FileTime &b) | Platform | static |
cprintf(const char *str) | Platform | static |
createPath(const char *path) | Platform | static |
createUUID(void) | Platform | static |
debugBreak() | Platform | static |
deleteDirectory(const char *pPath) | Platform | static |
DFILE_OK enum value | Platform | |
DFILE_STATUS enum name | Platform | |
disableKeyboardTranslation(void) | Platform | static |
dumpDirectories(const char *path, Vector< StringTableEntry > &directoryVector, S32 depth=0, bool noBasePath=false) | Platform | static |
dumpPath(const char *in_pBasePath, Vector< FileInfo > &out_rFileVector, S32 recurseDepth=-1) | Platform | static |
enableKeyboardTranslation(void) | Platform | static |
FILE_HANDLE typedef | Platform | |
fileDelete(const char *name) | Platform | static |
fileRename(const char *oldName, const char *newName) | Platform | static |
fileTouch(const char *name) | Platform | static |
forceShutdown(S32 returnValue) | Platform | static |
getBackgroundSleepTime() | Platform | static |
getClipboard() | Platform | static |
getCurrentDirectory() | Platform | static |
getExecutableName() | Platform | static |
getExecutablePath() | Platform | static |
getFileSize(const char *pFilePath) | Platform | static |
getFileTimes(const char *filePath, FileTime *createTime, FileTime *modifyTime) | Platform | static |
getLocalTime(LocalTime &) | Platform | static |
getMainDotCsDir() | Platform | static |
getPrefsPath(const char *file=NULL) | Platform | static |
getRandom() | Platform | static |
getRealMilliseconds(void) | Platform | static |
getTemporaryDirectory() | Platform | static |
getTemporaryFileName() | Platform | static |
getTime(void) | Platform | static |
getUserDataDirectory() | Platform | static |
getUserHomeDirectory() | Platform | static |
getVirtualMilliseconds(void) | Platform | static |
getWindowSize() | Platform | static |
hasExtension(const char *pFilename, const char *pExtension) | Platform | static |
hasSubDirectory(const char *pPath) | Platform | static |
init() | Platform | static |
initConsole() | Platform | static |
initWindow(const Point2I &initialSize, const char *name) | Platform | static |
isDirectory(const char *pDirPath) | Platform | static |
isExcludedDirectory(const char *pDir) | Platform | static |
isFile(const char *pFilePath) | Platform | static |
isFullPath(const char *path) | Platform | static |
isSubDirectory(const char *pParent, const char *pDir) | Platform | static |
makeFullPathName(const char *path, char *buffer, U32 size, const char *cwd=NULL) | Platform | static |
makeRelativePathName(const char *path, const char *to) | Platform | static |
messageBox(const UTF8 *title, const UTF8 *message, MBButtons buttons=MBOkCancel, MBIcons icon=MIInformation) | Platform | static |
minimizeWindow() | Platform | static |
openFolder(const char *path) | Platform | static |
openWebBrowser(const char *webAddress) | Platform | static |
osGetTemporaryDirectory() | Platform | static |
outputDebugString(const char *string) | Platform | static |
pathCopy(const char *fromName, const char *toName, bool nooverwrite=true) | Platform | static |
postQuitMessage(const U32 in_quitVal) | Platform | static |
process() | Platform | static |
restartInstance() | Platform | static |
restoreWindow() | Platform | static |
setClipboard(const char *text) | Platform | static |
setCurrentDirectory(StringTableEntry newDir) | Platform | static |
setMainDotCsDir(const char *dir) | Platform | static |
setMouseLock(bool locked) | Platform | static |
setWindowSize(U32 newWidth, U32 newHeight) | Platform | static |
setWindowTitle(const char *title) | Platform | static |
shutdown() | Platform | static |
sleep(U32 ms) | Platform | static |
stripBasePath(const char *path) | Platform | static |