#include <GASEnvironment.h>
|
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
} |
|
enum | |
|
◆ ~GASEnvironment()
RE::GASEnvironment::~GASEnvironment |
( |
| ) |
|
|
override |
◆ IsVerboseActionErrors()
bool RE::GASEnvironment::IsVerboseActionErrors |
( |
| ) |
const |
|
overridevirtual |
◆ globalContext
◆ pad0F9
std::uint8_t RE::GASEnvironment::pad0F9[7] |
◆ pad100
std::uint64_t RE::GASEnvironment::pad100[20] |
◆ sprite
◆ unk010
void* RE::GASEnvironment::unk010 |
◆ unk018
std::uint64_t RE::GASEnvironment::unk018 |
◆ unk020
void* RE::GASEnvironment::unk020 |
◆ unk028
void* RE::GASEnvironment::unk028 |
◆ unk030
std::uint64_t RE::GASEnvironment::unk030 |
◆ unk038
void* RE::GASEnvironment::unk038 |
◆ unk040
void* RE::GASEnvironment::unk040 |
◆ unk048
void* RE::GASEnvironment::unk048 |
◆ unk050
std::uint64_t RE::GASEnvironment::unk050[19] |
◆ version
std::uint8_t RE::GASEnvironment::version |
The documentation for this class was generated from the following file: