Torque2D Reference
Platform Member List

This is the complete list of members for Platform, including all inherited members.

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