Skip to content

Commit

Permalink
Merge pull request OrfeasZ#36 from AnthonyFuller/h3-3-190
Browse files Browse the repository at this point in the history
[ResourceLib] Update bindings and custom properties for 3.190.0
  • Loading branch information
OrfeasZ authored Jun 27, 2024
2 parents 7b91b02 + 6af2618 commit b5a56bc
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Libraries/ResourceLib/Src/Generated/HM3/ZHMEnums.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2451,6 +2451,7 @@ void ZHMEnums::RegisterEnums()
{ 577, "eAVV_CREST" },
{ 578, "eAVV_AKKA" },
{ 579, "eAVV_ET_DROP" },
{ 580, "eAVV_ET_PEN" },
};

(*g_Enums)["EAgilityState"] = {
Expand Down Expand Up @@ -6310,6 +6311,7 @@ void ZHMEnums::RegisterEnums()
{ 44, "EREQUIREMENT_H3_VANITY_MAKESHIFTSCRAP" },
{ 45, "EREQUIREMENT_H3_SARAJEVO_SIX" },
{ 46, "EREQUIREMENT_H3_ET_SAMBUCA" },
{ 47, "EREQUIREMENT_H3_ET_PENICILLIN" },
};

(*g_Enums)["ERestitutionCombineMode"] = {
Expand Down
2 changes: 2 additions & 0 deletions Libraries/ResourceLib/Src/Generated/HM3/ZHMGen.h
Original file line number Diff line number Diff line change
Expand Up @@ -2852,6 +2852,7 @@ enum class EActorVoiceVariation
eAVV_CREST = 577,
eAVV_AKKA = 578,
eAVV_ET_DROP = 579,
eAVV_ET_PEN = 580,
};

// Size: 0x4
Expand Down Expand Up @@ -7177,6 +7178,7 @@ enum class ERequirementId
EREQUIREMENT_H3_VANITY_MAKESHIFTSCRAP = 44,
EREQUIREMENT_H3_SARAJEVO_SIX = 45,
EREQUIREMENT_H3_ET_SAMBUCA = 46,
EREQUIREMENT_H3_ET_PENICILLIN = 47,
};

// Size: 0x1
Expand Down
6 changes: 3 additions & 3 deletions Libraries/ResourceLib/Src/ZHM/ZHMCustomProperties.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit b5a56bc

Please sign in to comment.