fix Game docs
This commit is contained in:
+6
-2
@@ -70,7 +70,7 @@ function Game.EnableControlHusk(override) end
|
||||
function Game.Log(message, ServerLogMessageType) end
|
||||
|
||||
--- Spawn explosion.
|
||||
-- @realm server
|
||||
-- @realm shared
|
||||
function Game.Explode(pos, range, force, damage, structureDamage, itemDamage, empStrength, ballastFloraStrength) end
|
||||
|
||||
--- Get respawn sub submarine.
|
||||
@@ -83,13 +83,17 @@ function Game.GetRespawnSub() end
|
||||
function Game.DispatchRespawnSub() end
|
||||
|
||||
--- Execute console command.
|
||||
-- @realm server
|
||||
-- @realm shared
|
||||
function Game.ExecuteCommand(command) end
|
||||
|
||||
--- Starts the game.
|
||||
-- @realm server
|
||||
function Game.StartGame() end
|
||||
|
||||
--- Ends the game.
|
||||
-- @realm server
|
||||
function Game.EndGame() end
|
||||
|
||||
--- Gets all enabled content packages.
|
||||
--@treturn table Table containing ContentPackages
|
||||
-- @realm shared
|
||||
|
||||
Reference in New Issue
Block a user