Added GUI.* to Lua docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.CreditsPlayer
|
||||
]]
|
||||
-- @code GUI.CreditsPlayer
|
||||
-- @pragma nostrip
|
||||
local CreditsPlayer = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUI
|
||||
]]
|
||||
-- @code GUI
|
||||
-- @pragma nostrip
|
||||
local GUI = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIButton
|
||||
]]
|
||||
-- @code GUI.Button
|
||||
-- @pragma nostrip
|
||||
local GUIButton = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUICanvas
|
||||
]]
|
||||
-- @code GUI.Canvas
|
||||
-- @pragma nostrip
|
||||
local GUICanvas = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIColorPicker
|
||||
]]
|
||||
-- @code GUI.ColorPicker
|
||||
-- @pragma nostrip
|
||||
local GUIColorPicker = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIComponent
|
||||
]]
|
||||
-- @code GUI.Component
|
||||
-- @pragma nostrip
|
||||
local GUIComponent = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUICustomComponent
|
||||
]]
|
||||
-- @code GUI.CustomComponent
|
||||
-- @pragma nostrip
|
||||
local GUICustomComponent = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIDragHandle
|
||||
]]
|
||||
-- @code GUI.DragHandle
|
||||
-- @pragma nostrip
|
||||
local GUIDragHandle = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIDropDown
|
||||
]]
|
||||
-- @code GUI.DropDown
|
||||
-- @pragma nostrip
|
||||
local GUIDropDown = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIFrame
|
||||
]]
|
||||
-- @code GUI.Frame
|
||||
-- @pragma nostrip
|
||||
local GUIFrame = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIImage
|
||||
]]
|
||||
-- @code GUI.Image
|
||||
-- @pragma nostrip
|
||||
local GUIImage = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUILayoutGroup
|
||||
]]
|
||||
-- @code GUI.LayoutGroup
|
||||
-- @pragma nostrip
|
||||
local GUILayoutGroup = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIListBox
|
||||
]]
|
||||
-- @code GUI.ListBox
|
||||
-- @pragma nostrip
|
||||
local GUIListBox = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIMessageBox
|
||||
]]
|
||||
-- @code GUI.MessageBox
|
||||
-- @pragma nostrip
|
||||
local GUIMessageBox = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUINumberInput
|
||||
]]
|
||||
-- @code GUI.NumberInput
|
||||
-- @pragma nostrip
|
||||
local GUINumberInput = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIProgressBar
|
||||
]]
|
||||
-- @code GUI.ProgressBar
|
||||
-- @pragma nostrip
|
||||
local GUIProgressBar = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIScissorComponent
|
||||
]]
|
||||
-- @code GUI.ScissorComponent
|
||||
-- @pragma nostrip
|
||||
local GUIScissorComponent = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIScrollBar
|
||||
]]
|
||||
-- @code GUI.ScrollBar
|
||||
-- @pragma nostrip
|
||||
local GUIScrollBar = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUIStyle
|
||||
]]
|
||||
-- @code GUI.Style
|
||||
-- @pragma nostrip
|
||||
local GUIStyle = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUITextBlock
|
||||
]]
|
||||
-- @code GUI.TextBlock
|
||||
-- @pragma nostrip
|
||||
local GUITextBlock = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUITextBox
|
||||
]]
|
||||
-- @code GUI.TextBox
|
||||
-- @pragma nostrip
|
||||
local GUITextBox = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.GUITickBox
|
||||
]]
|
||||
-- @code GUI.TickBox
|
||||
-- @pragma nostrip
|
||||
local GUITickBox = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.Graph
|
||||
]]
|
||||
-- @code GUI.Graph
|
||||
-- @pragma nostrip
|
||||
local Graph = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.RectTransform
|
||||
]]
|
||||
-- @code GUI.RectTransform
|
||||
-- @pragma nostrip
|
||||
local RectTransform = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.Screen
|
||||
]]
|
||||
-- @code GUI.Screen
|
||||
-- @pragma nostrip
|
||||
local Screen = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.SerializableEntityEditor
|
||||
]]
|
||||
-- @code GUI.SerializableEntityEditor
|
||||
-- @pragma nostrip
|
||||
local SerializableEntityEditor = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.SlideshowPlayer
|
||||
]]
|
||||
-- @code GUI.SlideshowPlayer
|
||||
-- @pragma nostrip
|
||||
local SlideshowPlayer = {}
|
||||
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.VideoPlayer
|
||||
]]
|
||||
-- @code GUI.VideoPlayer
|
||||
-- @pragma nostrip
|
||||
local VideoPlayer = {}
|
||||
Reference in New Issue
Block a user