Settings services: Difference between revisions

No edit summary
Line 757: Line 757:


== GetT ==
== GetT ==
No input, returns an output u8 bool flag.
No input, returns an output u8 bool '''IsT'''.


[9.0.0+] This is a wrapper for [[#GetPlatformRegion]]: <code>flag = PlatformRegion==2</code>.
[9.0.0+] This is a wrapper for [[#GetPlatformRegion]]: <code>IsT = (PlatformRegion == 2)</code>.


== SetT ==
== SetT ==
Takes an input u8 bool flag, no output.
Takes an input u8 bool '''IsT''', no output.


[9.0.0+] This is a wrapper for [[#SetPlatformRegion]]: <code>PlatformRegion = 1 + (flag & 1)</code>.
[9.0.0+] This is a wrapper for [[#SetPlatformRegion]]: <code>PlatformRegion = 1 + (IsT & 1)</code>.


== GetPlatformRegion ==
== GetPlatformRegion ==