SlotReference and Inventory static reference
This commit is contained in:
@@ -54,6 +54,7 @@ defaultLib["ClientPermissions"] = CreateEnum("Barotrauma.Networking.ClientPermis
|
|||||||
defaultLib["InputType"] = CreateStatic("Barotrauma.InputType")
|
defaultLib["InputType"] = CreateStatic("Barotrauma.InputType")
|
||||||
|
|
||||||
|
|
||||||
|
defaultLib["Inventory"] = CreateStatic("Barotrauma.Inventory")
|
||||||
defaultLib["ContentPackageManager"] = CreateStatic("Barotrauma.ContentPackageManager")
|
defaultLib["ContentPackageManager"] = CreateStatic("Barotrauma.ContentPackageManager")
|
||||||
defaultLib["GameSettings"] = CreateStatic("Barotrauma.GameSettings")
|
defaultLib["GameSettings"] = CreateStatic("Barotrauma.GameSettings")
|
||||||
defaultLib["RichString"] = CreateStatic("Barotrauma.RichString", true)
|
defaultLib["RichString"] = CreateStatic("Barotrauma.RichString", true)
|
||||||
|
|||||||
@@ -267,6 +267,8 @@ RegisterBarotrauma("GUIScrollBar")
|
|||||||
RegisterBarotrauma("GUIDropDown")
|
RegisterBarotrauma("GUIDropDown")
|
||||||
RegisterBarotrauma("GUINumberInput")
|
RegisterBarotrauma("GUINumberInput")
|
||||||
|
|
||||||
|
RegisterBarotrauma("Inventory+SlotReference")
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return descriptors
|
return descriptors
|
||||||
Reference in New Issue
Block a user