Template:IMyFunctionalBlockMethods

From Space Engineers Wiki
Revision as of 06:02, 13 January 2015 by Textor (talk | contribs) (Created page with "===RequestEnable=== <syntaxhighlight lang="csharp"> void RequestEnable(bool enable) </syntaxhighlight> Turns the block off or on depending on if true or false. Same as action...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RequestEnable

void RequestEnable(bool enable)

Turns the block off or on depending on if true or false. Same as action OnOff_On or OnOff_Off.