OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
Misc::ResourceHelpers Namespace Reference

Functions

bool changeExtensionToDds (std::string &path)
 
std::string correctResourcePath (const std::string &topLevelDirectory, const std::string &resPath, const VFS::Manager *vfs)
 
std::string correctTexturePath (const std::string &resPath, const VFS::Manager *vfs)
 
std::string correctIconPath (const std::string &resPath, const VFS::Manager *vfs)
 
std::string correctBookartPath (const std::string &resPath, const VFS::Manager *vfs)
 
std::string correctBookartPath (const std::string &resPath, int width, int height, const VFS::Manager *vfs)
 
std::string correctActorModelPath (const std::string &resPath, const VFS::Manager *vfs)
 Use "xfoo.nif" instead of "foo.nif" if available. More...
 

Function Documentation

bool Misc::ResourceHelpers::changeExtensionToDds ( std::string &  path)

Here is the caller graph for this function:

std::string Misc::ResourceHelpers::correctActorModelPath ( const std::string &  resPath,
const VFS::Manager vfs 
)

Use "xfoo.nif" instead of "foo.nif" if available.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string Misc::ResourceHelpers::correctBookartPath ( const std::string &  resPath,
const VFS::Manager vfs 
)

Here is the call graph for this function:

Here is the caller graph for this function:

std::string Misc::ResourceHelpers::correctBookartPath ( const std::string &  resPath,
int  width,
int  height,
const VFS::Manager vfs 
)

Here is the call graph for this function:

std::string Misc::ResourceHelpers::correctIconPath ( const std::string &  resPath,
const VFS::Manager vfs 
)

Here is the call graph for this function:

Here is the caller graph for this function:

std::string Misc::ResourceHelpers::correctResourcePath ( const std::string &  topLevelDirectory,
const std::string &  resPath,
const VFS::Manager vfs 
)

Here is the call graph for this function:

Here is the caller graph for this function:

std::string Misc::ResourceHelpers::correctTexturePath ( const std::string &  resPath,
const VFS::Manager vfs 
)

Here is the call graph for this function:

Here is the caller graph for this function: