misc doc fixes
This commit is contained in:
@@ -8,6 +8,15 @@ Barotrauma source code: [Entity.cs](https://github.com/evilfactory/Barotrauma-lu
|
||||
-- @code Entity
|
||||
-- @pragma nostrip
|
||||
|
||||
--- Remove
|
||||
-- @realm shared
|
||||
function Remove() end
|
||||
|
||||
--- ToString
|
||||
-- @realm shared
|
||||
-- @treturn string
|
||||
function ToString() end
|
||||
|
||||
--- GetEntities
|
||||
-- @realm shared
|
||||
-- @treturn IReadOnlyCollection`1
|
||||
@@ -33,10 +42,6 @@ function Entity.RemoveAll() end
|
||||
-- @realm shared
|
||||
function FreeID() end
|
||||
|
||||
--- Remove
|
||||
-- @realm shared
|
||||
function Remove() end
|
||||
|
||||
--- DumpIds
|
||||
-- @realm shared
|
||||
-- @tparam number count
|
||||
@@ -48,11 +53,6 @@ function Entity.DumpIds(count, filename) end
|
||||
-- @treturn Type
|
||||
function GetType() end
|
||||
|
||||
--- ToString
|
||||
-- @realm shared
|
||||
-- @treturn string
|
||||
function ToString() end
|
||||
|
||||
--- Equals
|
||||
-- @realm shared
|
||||
-- @tparam Object obj
|
||||
|
||||
Reference in New Issue
Block a user