SysSingleton.MiscSetting
(Created page with "aaaa")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
aaaa
 
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
The recognized values of setting are currently:
{| class="wikitable"
|+
!Setting
!Explanation
|-
|resetcss
|this will regenerate the CSS from StylesInModel and ThemeAsData on the next read
|-
|
|
|-
|
|
|}
 
See also: Documentation:Theme_as_data

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