SysSingleton.MiscSetting
No edit summary
No edit summary
Line 2: Line 2:
Adding this method to your SysSingleton and marking it with Eco.ExternalLateBound=truecan give you access to functions inside the TurnkeyServer:
Adding this method to your SysSingleton and marking it with Eco.ExternalLateBound=truecan give you access to functions inside the TurnkeyServer:
  SysSingleton.MiscSetting(setting:String):Boolean
  SysSingleton.MiscSetting(setting:String):Boolean
The recognized values of setting is currently:
The recognized values of setting are currently:
{| class="wikitable"
{| class="wikitable"
|+
|+

Revision as of 09:07, 15 August 2024

Adding this method to your SysSingleton and marking it with Eco.ExternalLateBound=truecan give you access to functions inside the TurnkeyServer:

SysSingleton.MiscSetting(setting:String):Boolean

The recognized values of setting are currently:

Setting Explanation
resetcss this will regenerate the CSS from StylesInModel and ThemeAsData on the next read

See also: Documentation:Theme_as_data

This page was edited 36 days ago on 08/15/2024. What links here