Modding:GUIs: Difference between revisions

From Vintage Story Wiki
Line 114: Line 114:
* <code>.AddTextArea</code>: Adds multiple line editable text field
* <code>.AddTextArea</code>: Adds multiple line editable text field


====Tables/Grids/Inventory===
====Tables/Grids/Inventory====


* <code>.AddItemSlotGrid</code>: Create a grid displaying the contents of supplied inventory (example see [https://github.com/anegostudios/vsessentialsmod/blob/master/Gui/GuiDialogCarcassContents.cs GuiDialogCarcassContents])
* <code>.AddItemSlotGrid</code>: Create a grid displaying the contents of supplied inventory (example see [https://github.com/anegostudios/vsessentialsmod/blob/master/Gui/GuiDialogCarcassContents.cs GuiDialogCarcassContents])