mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
feat(control): Implement some missing functions for Control
This commit is contained in:
@@ -106,5 +106,19 @@ remote.add_interface("freeplay",
|
|||||||
end,
|
end,
|
||||||
set_chart_distance = function(value)
|
set_chart_distance = function(value)
|
||||||
global.chart_distance = tonumber(value)
|
global.chart_distance = tonumber(value)
|
||||||
|
end,
|
||||||
|
set_disable_crashsite = function()
|
||||||
|
end,
|
||||||
|
get_ship_items = function()
|
||||||
|
return {}
|
||||||
|
end,
|
||||||
|
set_ship_items = function(tbl)
|
||||||
|
return
|
||||||
|
end,
|
||||||
|
get_debris_items = function ()
|
||||||
|
return {}
|
||||||
|
end,
|
||||||
|
set_debris_items = function ()
|
||||||
|
return
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user