mirror of
https://github.com/peter-tanner/spidertron-squad-control.git
synced 2024-11-30 11:00:17 +08:00
17 lines
569 B
Lua
17 lines
569 B
Lua
--[[ Copyright (c) 2020 npc_strider
|
|
* For direct use of code or graphics, credit is appreciated. See LICENSE.txt for more information.
|
|
* This mod may contain modified code sourced from base/core Factorio
|
|
*
|
|
* control/debug.lua
|
|
* REMEMBER TO DISABLE THIS MODULE IN RELEASE!!!
|
|
--]]
|
|
|
|
-- commands.add_command(
|
|
-- "dvars",
|
|
-- "debug: dump spider control vars",
|
|
-- function (cmd)
|
|
-- -- game.print(serpent.block(global.spidercontrol_player_s[cmd.player_index]))
|
|
-- game.print(serpent.block(global.spidercontrol_linked_s))
|
|
-- end
|
|
-- )
|