CTLD - further documentation

This commit is contained in:
Applevangelist 2022-06-09 11:46:29 +02:00
parent 932015668b
commit e45f5e1122

View File

@ -4910,6 +4910,7 @@ CTLD_HERCULES.Types = {
-- @usage -- @usage
-- Integrate to your CTLD instance like so, where `my_ctld` is a previously created CTLD instance: -- Integrate to your CTLD instance like so, where `my_ctld` is a previously created CTLD instance:
-- --
-- my_ctld.enableHercules = false -- avoid dual loading via CTLD F10 and F8 ground crew
-- local herccargo = CTLD_HERCULES:New("blue", "Hercules Test", my_ctld) -- local herccargo = CTLD_HERCULES:New("blue", "Hercules Test", my_ctld)
-- --
-- You also need: -- You also need: