|
CommonLibSSE NG
|
#include <UnlinkedTypes.h>
Public Member Functions | |
| ~Object () | |
| TES_HEAP_REDEFINE_NEW () | |
Static Public Member Functions | |
| static Object * | Create () |
Public Attributes | |
| BSFixedString | fileName |
| std::uint64_t | compilationTime |
| BSFixedString | userName |
| BSFixedString | computerName |
| std::byte | loadDebugInformation |
| std::uint64_t | modificationTime |
| RE::BSScrapArray< FunctionDebugInfo * > | functionDebugInfoList |
| BSTHashMap< BSFixedString, std::byte > | userFlagMap |
| BSFixedString | className |
| BSFixedString | parentClassName |
| BSFixedString | docString |
| std::uint32_t | userFlags |
| std::uint32_t | pad_9C |
| BSTScrapHashMap< BSFixedString, VariableData > | variables |
| BSTScrapHashMap< BSFixedString, Property * > | properties |
| BSTScrapHashMap< BSFixedString, Function * > | staticFunctions |
| BSTScrapHashMap< BSFixedString, Function * > | memberFunctions |
| BSTScrapHashMap< BSFixedString, BSTScrapHashMap< BSFixedString, Function * > * > | stateMap |
| std::uint32_t | totalFunctions |
| std::uint32_t | pad_194 |
| BSTScrapHashMap< BSFixedString, ByteCode::Argument > | initialVariableValues |
| BSFixedString | autoStateName |
| RE::BSScript::UnlinkedTypes::Object::~Object | ( | ) |
|
static |
| RE::BSScript::UnlinkedTypes::Object::TES_HEAP_REDEFINE_NEW | ( | ) |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::autoStateName |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::className |
| std::uint64_t RE::BSScript::UnlinkedTypes::Object::compilationTime |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::computerName |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::docString |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::fileName |
| RE::BSScrapArray<FunctionDebugInfo*> RE::BSScript::UnlinkedTypes::Object::functionDebugInfoList |
| BSTScrapHashMap<BSFixedString, ByteCode::Argument> RE::BSScript::UnlinkedTypes::Object::initialVariableValues |
| std::byte RE::BSScript::UnlinkedTypes::Object::loadDebugInformation |
| BSTScrapHashMap<BSFixedString, Function*> RE::BSScript::UnlinkedTypes::Object::memberFunctions |
| std::uint64_t RE::BSScript::UnlinkedTypes::Object::modificationTime |
| std::uint32_t RE::BSScript::UnlinkedTypes::Object::pad_194 |
| std::uint32_t RE::BSScript::UnlinkedTypes::Object::pad_9C |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::parentClassName |
| BSTScrapHashMap<BSFixedString, Property*> RE::BSScript::UnlinkedTypes::Object::properties |
| BSTScrapHashMap<BSFixedString, BSTScrapHashMap<BSFixedString, Function*>*> RE::BSScript::UnlinkedTypes::Object::stateMap |
| BSTScrapHashMap<BSFixedString, Function*> RE::BSScript::UnlinkedTypes::Object::staticFunctions |
| std::uint32_t RE::BSScript::UnlinkedTypes::Object::totalFunctions |
| BSTHashMap<BSFixedString, std::byte> RE::BSScript::UnlinkedTypes::Object::userFlagMap |
| std::uint32_t RE::BSScript::UnlinkedTypes::Object::userFlags |
| BSFixedString RE::BSScript::UnlinkedTypes::Object::userName |
| BSTScrapHashMap<BSFixedString, VariableData> RE::BSScript::UnlinkedTypes::Object::variables |