Settings services: Difference between revisions
No edit summary |
|||
Line 757: | Line 757: | ||
== GetT == | == GetT == | ||
No input, returns an output u8 bool | No input, returns an output u8 bool '''IsT'''. | ||
[9.0.0+] This is a wrapper for [[#GetPlatformRegion]]: <code> | [9.0.0+] This is a wrapper for [[#GetPlatformRegion]]: <code>IsT = (PlatformRegion == 2)</code>. | ||
== SetT == | == SetT == | ||
Takes an input u8 bool | Takes an input u8 bool '''IsT''', no output. | ||
[9.0.0+] This is a wrapper for [[#SetPlatformRegion]]: <code>PlatformRegion = 1 + ( | [9.0.0+] This is a wrapper for [[#SetPlatformRegion]]: <code>PlatformRegion = 1 + (IsT & 1)</code>. | ||
== GetPlatformRegion == | == GetPlatformRegion == |