@@ -60,18 +60,18 @@ namespace RE
6060 void SetParameters ();
6161
6262 // members
63- const char * functionName{ " " }; // 00
64- const char * shortName{ " " }; // 08
65- REX::TEnumSet<SCRIPT_OUTPUT, std::int32_t > output; // 10
66- const char * helpString{ " " }; // 18
67- bool referenceFunction{ false }; // 20
68- std::uint16_t paramCount{ 0 }; // 22
69- SCRIPT_PARAMETER* parameters{ nullptr }; // 28
70- ExecuteFunction_t* executeFunction{ nullptr }; // 30
63+ const char * functionName{ " " }; // 00
64+ const char * shortName{ " " }; // 08
65+ REX::TEnumSet<SCRIPT_OUTPUT, std::int32_t > output; // 10
66+ const char * helpString{ " " }; // 18
67+ bool referenceFunction{ false }; // 20
68+ std::uint16_t paramCount{ 0 }; // 22
69+ SCRIPT_PARAMETER* parameters{ nullptr }; // 28
70+ ExecuteFunction_t* executeFunction{ nullptr }; // 30
7171 CompileFunction_t* compileFunction{ GetCompileFunction () }; // 38
72- ConditionFunction_t* conditionFunction{ nullptr }; // 40
73- bool editorFilter{ false }; // 48
74- bool invalidatesCellList{ false }; // 49
72+ ConditionFunction_t* conditionFunction{ nullptr }; // 40
73+ bool editorFilter{ false }; // 48
74+ bool invalidatesCellList{ false }; // 49
7575
7676 private:
7777 [[nodiscard]] inline static CompileFunction_t* GetCompileFunction ()
0 commit comments