docs update

This commit is contained in:
Evil Factory
2021-09-15 12:52:14 -03:00
parent e25e77bcf6
commit 5678f81326
12 changed files with 77 additions and 50 deletions

View File

@@ -6,8 +6,11 @@ Barotrauma Signal struct with some additional functions and fields
Barotrauma source code: [Signal.cs](https://github.com/evilfactory/Barotrauma-lua-attempt/blob/master/Barotrauma/BarotraumaShared/SharedSource/Items/Components/Signal/Signal.cs)
]]
-- @code Signal
-- @pragma nostrip
Signal = {}
--- Creates a Signal.
-- @treturn Signal
-- @realm shared
function Create(stringValue, stepsTaken, characterSender, itemSource, power, strength) end
function Signal.Create(stringValue, stepsTaken, characterSender, itemSource, power, strength) end