Scaleform::GFx::State Scaleform::GFx::FileOpenerBase
class FileOpenerBase : public State;
FileOpenerBase is a callback interface used for opening files. The callback must return either an open file or 0 value for failure. The caller of the function is responsible for releasing the File interface.
The default implementation of FileOpenerBase interface is done through FileOpener.
Method |
Description |
Overrides to open a file using user-defined function and/or File class. | |
Opens file with customizable log by relying on OpenFile. If not null, the log will receive error messages on failure. | |
FileOpenerBase constructor. | |
Returns the last modified data/time required for file change detection. |
GFx_Loader.h