SysSingleton.MiscSetting
No edit summary
No edit summary
 
Line 1: Line 1:


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 [[Documentation:Method.Eco.ExternalLateBound|Eco.ExternalLateBound]]=true can give you access to functions inside the TurnkeyServer:
  SysSingleton.MiscSetting(setting:String):Boolean
  SysSingleton.MiscSetting(setting:String):Boolean
The recognized values of setting are currently:
The recognized values of setting are currently:

Latest revision as of 09:08, 15 August 2024

Adding this method to your SysSingleton and marking it with Eco.ExternalLateBound=true can 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