Skip to content

Commit

Permalink
ci: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 2fb815a commit 3fa7c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/RE/I/IFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace RE::BSScript
virtual BSFixedString* GetName(void) = 0;
virtual BSFixedString* GetClassName(void) = 0;
virtual BSFixedString* GetStateName(void) = 0;
virtual TypeInfo* GetReturnType(TypeInfo* a_typeInfo) = 0;
virtual TypeInfo* GetReturnType(TypeInfo* a_typeInfo) = 0;
virtual std::uint64_t GetNumParams(void) = 0;
virtual std::uint64_t* GetParam(std::uint32_t a_idx, BSFixedString* a_nameOut, std::uint64_t* a_typeOut) = 0;
virtual std::uint64_t GetNumParams2(void) = 0;
Expand Down
2 changes: 1 addition & 1 deletion include/RE/N/NativeFunctionBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace RE::BSScript
public:
// members
BSFixedString name; // 00
TypeInfo type; // 08
TypeInfo type; // 08
};

// members
Expand Down

0 comments on commit 3fa7c34

Please sign in to comment.