Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 8bf7b25

Browse files
authored
Create pydefs for all objects, format all the things (#2)
* Oh boy * update script * Fix formatting for reference * Gen * Add functions that take in pointers * Get rid of data I cant work with * Fix parents * Manual cleaning * Ditch GetNameCPP in favor of GetName * Minor formatting error * Manual fix, re-enable polymorphism for UObject subtypes
1 parent 31000de commit 8bf7b25

29 files changed

+58707
-53452
lines changed

bl2-sdk/Core_structs.h

+189-189
Large diffs are not rendered by default.

bl2-sdk/TypeMap.h

+4,742-1,950
Large diffs are not rendered by default.

bl2-sdk/bl2-sdk.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
157157
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
158158
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
159-
<MultiProcessorCompilation>true</MultiProcessorCompilation>
159+
<MultiProcessorCompilation>false</MultiProcessorCompilation>
160160
<DebugInformationFormat>
161161
</DebugInformationFormat>
162162
<MinimalRebuild>

bl2-sdk/detours.cpp

+182-182
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)