CommonLibSSE (Parapets fork)
|
#include <FunctionMessage.h>
Public Types | |
enum class | Type { kInvalid = 0 , kCall = 1 , kReturn = 2 } |
Public Attributes | |
Type | type |
std::uint32_t | pad04 |
BSTSmartPointer< Stack > | stack |
BSTSmartPointer< IFuncCallQuery > | funcQuery |
|
strong |
BSTSmartPointer<IFuncCallQuery> RE::BSScript::Internal::FunctionMessage::funcQuery |
std::uint32_t RE::BSScript::Internal::FunctionMessage::pad04 |
BSTSmartPointer<Stack> RE::BSScript::Internal::FunctionMessage::stack |
Type RE::BSScript::Internal::FunctionMessage::type |