Tutorial.DisableExcept
Tutorial.DisableExcept([control, ...])
Tutorial.DisableExcept([control, ...])Rückgabewert
Beispiel
-- Schaltet alle Controls ab
Tutorial.DisableExcept()
-- Schaltet alle Controls ab, außer die vier Knöpfe unter der Minimap (Gebäude, Siedler, Produktioneinstellungen, Statistiken)
Tutorial.DisableExcept
(
Control.DLG_MINIMAP_CMD_BUILD,
Control.DLG_MINIMAP_CMD_FIGURES,
Control.DLG_MINIMAP_CMD_PRODUCTION,
Control.DLG_MINIMAP_CMD_STATISTICS
)Last updated