mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Merge pull request #246 from oof2win2/feat/add-control-functions
Add some functions to control.lua
This commit is contained in:
@@ -106,5 +106,19 @@ remote.add_interface("freeplay",
|
||||
end,
|
||||
set_chart_distance = function(value)
|
||||
global.chart_distance = tonumber(value)
|
||||
end,
|
||||
set_disable_crashsite = function()
|
||||
end,
|
||||
get_ship_items = function()
|
||||
return {}
|
||||
end,
|
||||
set_ship_items = function()
|
||||
return
|
||||
end,
|
||||
get_debris_items = function ()
|
||||
return {}
|
||||
end,
|
||||
set_debris_items = function ()
|
||||
return
|
||||
end
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user