Temp fix for backpack stuff for now

This commit is contained in:
Pao
2023-01-29 21:54:27 +01:00
parent adb9750a46
commit 1d29c96b77
8 changed files with 56 additions and 44 deletions

View File

@@ -35,3 +35,20 @@ function TocResetEverything()
end
end
-----------------------------------------------------------------------
function TocTestBodyLocations()
local group = BodyLocations.getGroup("Human")
local list = getClassFieldVal(group, getClassField(group, 1))
for i=1, list:size() do
print(list:get(i -1):getId())
end
end