Xarxus
April 27th, 2023, 15:13
I have a doubt. Reading the 5e code I noticed file data_library_5e.lua
["background"] = {
bExport = true,
aDataMap = { "background", "reference.backgrounddata" },
sRecordDisplayClass = "reference_background",
},As far as I know, to create a Sidebar entry within the Character group it was necessary this varable
sSidebarCategory = "create"But I don't see any use of sSidebarCategory. Is it deprecated?
If yes, how is the entry placed under Character?
["background"] = {
bExport = true,
aDataMap = { "background", "reference.backgrounddata" },
sRecordDisplayClass = "reference_background",
},As far as I know, to create a Sidebar entry within the Character group it was necessary this varable
sSidebarCategory = "create"But I don't see any use of sSidebarCategory. Is it deprecated?
If yes, how is the entry placed under Character?