Skip to content

Commit 114bc63

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent fc2ded4 commit 114bc63

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

include/RE/S/SCRIPT_FUNCTION.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)