Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BG3Extender/GameDefinitions/Components/Data.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ struct LockComponent : public BaseComponent

FixedString Key_M;
int LockDC;
Guid field_8;
[[bg3::legacy(field_8)]] Guid LockDifficultyClassID;
Array<Guid> field_18;
};

Expand Down
2 changes: 1 addition & 1 deletion BG3Extender/IdeHelpers/ExtIdeHelpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5003,8 +5003,8 @@ Osi = {}
--- @class LockComponent:BaseComponent
--- @field Key_M FixedString
--- @field LockDC int32
--- @field LockDifficultyClassID Guid
--- @field field_18 Guid[]
--- @field field_8 Guid


--- @class LockpickActionData:IActionData
Expand Down