Update docs
This commit is contained in:
8
luacs-docs/lua/baseluadocs/Limb.lua
Normal file
8
luacs-docs/lua/baseluadocs/Limb.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.Limb
|
||||
]]
|
||||
-- @code Limb
|
||||
-- @pragma nostrip
|
||||
local Limb = {}
|
||||
8
luacs-docs/lua/baseluadocs/PhysicsBody.lua
Normal file
8
luacs-docs/lua/baseluadocs/PhysicsBody.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.PhysicsBody
|
||||
]]
|
||||
-- @code PhysicsBody
|
||||
-- @pragma nostrip
|
||||
local PhysicsBody = {}
|
||||
8
luacs-docs/lua/baseluadocs/Structure.lua
Normal file
8
luacs-docs/lua/baseluadocs/Structure.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.Structure
|
||||
]]
|
||||
-- @code Structure
|
||||
-- @pragma nostrip
|
||||
local Structure = {}
|
||||
8
luacs-docs/lua/baseluadocs/StructurePrefab.lua
Normal file
8
luacs-docs/lua/baseluadocs/StructurePrefab.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
Barotrauma.StructurePrefab
|
||||
]]
|
||||
-- @code StructurePrefab
|
||||
-- @pragma nostrip
|
||||
local StructurePrefab = {}
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
@@ -371,3 +371,7 @@ GenerateDocs(typeof(AfflictionPrefab), "AfflictionPrefab.lua", "AfflictionPrefab
|
||||
GenerateDocs(typeof(WayPoint), "WayPoint.lua", "WayPoint");
|
||||
GenerateDocs(typeof(ServerSettings), "ServerSettings.lua", "Game.ServerSettings");
|
||||
GenerateDocs(typeof(GameSettings), "GameSettings.lua", "Game.Settings");
|
||||
GenerateDocs(typeof(Structure), "Structure.lua", "Structure");
|
||||
GenerateDocs(typeof(StructurePrefab), "StructurePrefab.lua", "StructurePrefab");
|
||||
GenerateDocs(typeof(Limb), "Limb.lua", "Limb");
|
||||
GenerateDocs(typeof(PhysicsBody), "PhysicsBody.lua", "PhysicsBody");
|
||||
|
||||
Reference in New Issue
Block a user