|
CommonLibSSE (Parapets fork)
|
#include <RawFuncCallQuery.h>
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< ObjectTypeInfo > | objType |
| BSFixedString | name |
| Variable | self |
| BSTArray< Variable > | args |
Public Attributes inherited from RE::BSScript::Internal::IFuncCallQuery | |
| std::uint32_t | pad0C |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_BSScript__Internal__RawFuncCallQuery |
Static Public Attributes inherited from RE::BSScript::Internal::IFuncCallQuery | |
| static constexpr auto | RTTI = RTTI_BSScript__Internal__IFuncCallQuery |
Additional Inherited Members | |
Public Types inherited from RE::BSScript::Internal::IFuncCallQuery | |
| enum class | CallType |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
| volatile std::uint32_t | _refCount { 0 } |
|
override |
|
overridevirtual |
Implements RE::BSScript::Internal::IFuncCallQuery.
| CallType RE::BSScript::Internal::RawFuncCallQuery::callType |
| BSFixedString RE::BSScript::Internal::RawFuncCallQuery::name |
| BSTSmartPointer<ObjectTypeInfo> RE::BSScript::Internal::RawFuncCallQuery::objType |
| std::uint32_t RE::BSScript::Internal::RawFuncCallQuery::pad14 |
|
inlinestaticconstexpr |
| Variable RE::BSScript::Internal::RawFuncCallQuery::self |