CommonLibSSE (powerof3)
ZeroFunctionArguments.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  namespace BSScript
8  {
10  {
11  public:
12  inline static constexpr auto RTTI = RTTI_BSScript__ZeroFunctionArguments;
13 
14  // override (IFunctionArguments)
15  bool operator()(BSScrapArray<Variable>& a_dst) const override; // 01
16  };
17  static_assert(sizeof(ZeroFunctionArguments) == 0x8);
18  }
19 }
Definition: IFunctionArguments.h:12
Definition: ZeroFunctionArguments.h:10
static constexpr auto RTTI
Definition: ZeroFunctionArguments.h:12
bool operator()(BSScrapArray< Variable > &a_dst) const override
Definition: BSTArray.h:377
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSScript__ZeroFunctionArguments
Definition: Offsets_RTTI.h:2556