new documentation and some fixes in code
This commit is contained in:
13
docs/lua/Signal.lua
Normal file
13
docs/lua/Signal.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- luacheck: ignore 111
|
||||
|
||||
--[[--
|
||||
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
|
||||
|
||||
--- Creates a Signal.
|
||||
-- @treturn Signal
|
||||
-- @realm shared
|
||||
function Create(stringValue, stepsTaken, characterSender, itemSource, power, strength) end
|
||||
Reference in New Issue
Block a user