|
SourceMod SDK
1.7
|
This is the complete list of members for SourceMod::ILibrarySys, including all inherited members.
| CloseDirectory(IDirectory *dir)=0 | SourceMod::ILibrarySys | pure virtual |
| CreateFolder(const char *path)=0 | SourceMod::ILibrarySys | pure virtual |
| FileTime(const char *path, FileTimeType type, time_t *pTime)=0 | SourceMod::ILibrarySys | pure virtual |
| GetFileExtension(const char *filename)=0 | SourceMod::ILibrarySys | pure virtual |
| GetFileFromPath(char *buffer, size_t maxlength, const char *path)=0 | SourceMod::ILibrarySys | pure virtual |
| GetInterfaceName() | SourceMod::ILibrarySys | inlinevirtual |
| GetInterfaceVersion() | SourceMod::ILibrarySys | inlinevirtual |
| GetPlatformError(char *error, size_t maxlength)=0 | SourceMod::ILibrarySys | pure virtual |
| IsPathDirectory(const char *path)=0 | SourceMod::ILibrarySys | pure virtual |
| IsPathFile(const char *path)=0 | SourceMod::ILibrarySys | pure virtual |
| IsVersionCompatible(unsigned int version) | SourceMod::SMInterface | inlinevirtual |
| OpenDirectory(const char *path)=0 | SourceMod::ILibrarySys | pure virtual |
| OpenLibrary(const char *path, char *error, size_t maxlength)=0 | SourceMod::ILibrarySys | pure virtual |
| PathExists(const char *path)=0 | SourceMod::ILibrarySys | pure virtual |
| PathFormat(char *buffer, size_t maxlength, const char *pathfmt,...)=0 | SourceMod::ILibrarySys | pure virtual |