CommonLibVR
RE::BSScript::Internal::RawFuncCallQuery Class Reference

#include <RawFuncCallQuery.h>

Inheritance diagram for RE::BSScript::Internal::RawFuncCallQuery:
RE::BSScript::Internal::IFuncCallQuery RE::BSIntrusiveRefCounted

Public Member Functions

 ~RawFuncCallQuery () override
 
bool GetFunctionCallInfo (CallType &a_callType, BSTSmartPointer< ObjectTypeInfo > &a_arg2, BSFixedString &a_arg3, Variable &a_arg4, BSScrapArray< Variable > &a_arg5) override
 
- Public Member Functions inherited from RE::BSScript::Internal::IFuncCallQuery
virtual ~IFuncCallQuery ()
 
- Public Member Functions inherited from RE::BSIntrusiveRefCounted
std::uint32_t IncRef () const
 
std::uint32_t DecRef () const
 
 TES_HEAP_REDEFINE_NEW ()
 

Public Attributes

CallType callType
 
std::uint32_t pad14
 
BSTSmartPointer< ObjectTypeInfoobjType
 
BSFixedString name
 
Variable self
 
BSTArray< Variableargs
 
- Public Attributes inherited from RE::BSScript::Internal::IFuncCallQuery
std::uint32_t pad0C
 

Static Public Attributes

static constexpr auto RTTI = RTTI_BSScript__Internal__RawFuncCallQuery
 
static constexpr auto VTABLE = VTABLE_BSScript__Internal__RawFuncCallQuery
 
- Static Public Attributes inherited from RE::BSScript::Internal::IFuncCallQuery
static constexpr auto RTTI = RTTI_BSScript__Internal__IFuncCallQuery
 
static constexpr auto VTABLE = VTABLE_BSScript__Internal__IFuncCallQuery
 

Additional Inherited Members

- Public Types inherited from RE::BSScript::Internal::IFuncCallQuery
enum class  CallType { kMember , kStatic , kGetter , kSetter }
 
- Protected Attributes inherited from RE::BSIntrusiveRefCounted
volatile std::uint32_t _refCount { 0 }
 

Constructor & Destructor Documentation

◆ ~RawFuncCallQuery()

RE::BSScript::Internal::RawFuncCallQuery::~RawFuncCallQuery ( )
override

Member Function Documentation

◆ GetFunctionCallInfo()

bool RE::BSScript::Internal::RawFuncCallQuery::GetFunctionCallInfo ( CallType a_callType,
BSTSmartPointer< ObjectTypeInfo > &  a_arg2,
BSFixedString a_arg3,
Variable a_arg4,
BSScrapArray< Variable > &  a_arg5 
)
overridevirtual

Member Data Documentation

◆ args

BSTArray<Variable> RE::BSScript::Internal::RawFuncCallQuery::args

◆ callType

CallType RE::BSScript::Internal::RawFuncCallQuery::callType

◆ name

BSFixedString RE::BSScript::Internal::RawFuncCallQuery::name

◆ objType

BSTSmartPointer<ObjectTypeInfo> RE::BSScript::Internal::RawFuncCallQuery::objType

◆ pad14

std::uint32_t RE::BSScript::Internal::RawFuncCallQuery::pad14

◆ RTTI

constexpr auto RE::BSScript::Internal::RawFuncCallQuery::RTTI = RTTI_BSScript__Internal__RawFuncCallQuery
inlinestaticconstexpr

◆ self

Variable RE::BSScript::Internal::RawFuncCallQuery::self

◆ VTABLE

constexpr auto RE::BSScript::Internal::RawFuncCallQuery::VTABLE = VTABLE_BSScript__Internal__RawFuncCallQuery
inlinestaticconstexpr

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