CommonLibSSE (Parapets fork)
RE::BSScript::Internal::FunctionMessage Struct Reference

#include <FunctionMessage.h>

Public Types

enum class  Type { kInvalid = 0 , kCall = 1 , kReturn = 2 }
 

Public Attributes

Type type
 
std::uint32_t pad04
 
BSTSmartPointer< Stackstack
 
BSTSmartPointer< IFuncCallQueryfuncQuery
 

Member Enumeration Documentation

◆ Type

Enumerator
kInvalid 
kCall 
kReturn 

Member Data Documentation

◆ funcQuery

BSTSmartPointer<IFuncCallQuery> RE::BSScript::Internal::FunctionMessage::funcQuery

◆ pad04

std::uint32_t RE::BSScript::Internal::FunctionMessage::pad04

◆ stack

BSTSmartPointer<Stack> RE::BSScript::Internal::FunctionMessage::stack

◆ type

Type RE::BSScript::Internal::FunctionMessage::type

The documentation for this struct was generated from the following file: