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
|
function Game.Log(message, ServerLogMessageType) end
|
||||||
|
|
||||||
--- Spawn explosion.
|
--- Spawn explosion.
|
||||||
-- @realm server
|
-- @realm shared
|
||||||
function Game.Explode(pos, range, force, damage, structureDamage, itemDamage, empStrength, ballastFloraStrength) end
|
function Game.Explode(pos, range, force, damage, structureDamage, itemDamage, empStrength, ballastFloraStrength) end
|
||||||
|
|
||||||
--- Get respawn sub submarine.
|
--- Get respawn sub submarine.
|
||||||
@@ -83,13 +83,17 @@ function Game.GetRespawnSub() end
|
|||||||
function Game.DispatchRespawnSub() end
|
function Game.DispatchRespawnSub() end
|
||||||
|
|
||||||
--- Execute console command.
|
--- Execute console command.
|
||||||
-- @realm server
|
-- @realm shared
|
||||||
function Game.ExecuteCommand(command) end
|
function Game.ExecuteCommand(command) end
|
||||||
|
|
||||||
--- Starts the game.
|
--- Starts the game.
|
||||||
-- @realm server
|
-- @realm server
|
||||||
function Game.StartGame() end
|
function Game.StartGame() end
|
||||||
|
|
||||||
|
--- Ends the game.
|
||||||
|
-- @realm server
|
||||||
|
function Game.EndGame() end
|
||||||
|
|
||||||
--- Gets all enabled content packages.
|
--- Gets all enabled content packages.
|
||||||
--@treturn table Table containing ContentPackages
|
--@treturn table Table containing ContentPackages
|
||||||
-- @realm shared
|
-- @realm shared
|
||||||
|
|||||||
Reference in New Issue
Block a user