Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 350 Bytes

tutorial.enableallcontrols.md

File metadata and controls

22 lines (14 loc) · 350 Bytes

Tutorial.EnableAllControls

Tutorial.EnableAllControls()

Schaltet alle Controls wieder an, sofern ausgestellt

Rückgabewert

none

Beispiel

-- Alle Controls ausstellen
Tutorial.DisableExcept()
-- Stellt alle Controls an
Tutorial.EnableAllControls()

Trivia

Nicht zu verwechseln mit Game.EnableAllControls(toggle)