#include <GFxLoadProcess.h>
|
using | LoadTaskData = GFxMovieDataDef::LoadTaskData |
|
enum class | TaskId {
kType_Computation = 0x00010000
, kType_IO = 0x00020000
, kType_Mask = 0x00FF0000
, kUnknown = kType_Computation | 1
,
kMovieDecoding = kType_Computation | 2
, kMovieDataLoad = kType_IO | 1
, kMovieImageLoad = kType_IO | 2
, kMovieBind = kType_IO | 3
} |
|
enum class | TaskState {
kIdle
, kPending
, kRunning
, kAbandoned
,
kFinished
} |
|
enum | |
|
enum class | LogMessageType {
kChannel_General = 0x10
, kChannel_Script = 0x20
, kChannel_Parse = 0x30
, kChannel_Action = 0x40
,
kChannel_Debug = 0x50
, kChannel_Mask = 0xF0
, kMessageType_Error = 0
, kMessageType_Warning = 1
,
kMessageType_Message = 2
, kError = kChannel_General | kMessageType_Error
, kWarning = kChannel_General | kMessageType_Warning
, kMessage = kChannel_General | kMessageType_Message
,
kScriptError = kChannel_Script | kMessageType_Error
, kScriptWarning = kChannel_Script | kMessageType_Warning
, kScriptMessage = kChannel_Script | kMessageType_Message
, kParse = kChannel_Parse | 0
,
kParseShape = kChannel_Parse | 1
, kParseMorphShape = kChannel_Parse | 2
, kParseAction = kChannel_Parse | 3
, kAction = kChannel_Action | 0
} |
|
◆ LoadTaskData
◆ ~GFxLoadProcess()
virtual RE::GFxLoadProcess::~GFxLoadProcess |
( |
| ) |
|
|
virtual |
◆ endOfFile
std::uint32_t RE::GFxLoadProcess::endOfFile |
◆ importActions
◆ importInfo
◆ importInfoCount
std::uint32_t RE::GFxLoadProcess::importInfoCount |
◆ loadingFrameData
◆ loadingSprite
◆ loadTaskData
◆ movieBindProcess
◆ movieData
◆ movieInfo
◆ numImportedMovies
std::uint32_t RE::GFxLoadProcess::numImportedMovies |
◆ pad02C
std::uint32_t RE::GFxLoadProcess::pad02C |
◆ pad2C0
std::uint64_t RE::GFxLoadProcess::pad2C0 |
◆ pad354
std::uint32_t RE::GFxLoadProcess::pad354 |
◆ pad35C
std::uint32_t RE::GFxLoadProcess::pad35C |
◆ pad394
std::uint32_t RE::GFxLoadProcess::pad394 |
◆ parseFlags
std::uint32_t RE::GFxLoadProcess::parseFlags |
◆ stream
◆ streamEx
◆ timelineType
std::int32_t RE::GFxLoadProcess::timelineType |
◆ unk2B8
std::uint32_t RE::GFxLoadProcess::unk2B8 |
◆ unk338
std::uint64_t RE::GFxLoadProcess::unk338 |
◆ unk340
std::uint32_t RE::GFxLoadProcess::unk340 |
◆ unk348
std::uint64_t RE::GFxLoadProcess::unk348 |
◆ unk358
std::uint32_t RE::GFxLoadProcess::unk358 |
◆ unk360
std::uint64_t RE::GFxLoadProcess::unk360 |
◆ unk370
std::uint64_t RE::GFxLoadProcess::unk370 |
◆ unk378
std::uint64_t RE::GFxLoadProcess::unk378 |
◆ unk380
std::uint64_t RE::GFxLoadProcess::unk380 |
◆ unk388
std::uint64_t RE::GFxLoadProcess::unk388 |
The documentation for this class was generated from the following file: