Conditions
This Module comes with 8 new conditions specifically for Mobile platforms. Of these Conditions, 4 are general, 2 are for Android only and 2 are for iOS only.
Condition Name | Description |
Check for Accelerometer | Returns True or False (iOS and Android) |
Check for Gyroscope | Returns True or False (iOS and Android) |
Check for Vibration | Returns True or False (iOS and Android) |
Check for Location Services | Returns True or False (iOS and Android) |
Check if Android | Returns True for Android, False for iOS |
Check if iPhone | Returns True for iOS, False for Android |
Minimum Android API | Checks for API19 through API30 or higher. |
Minimum iPhone API | Checks for iOS 10 through iOS14 or higher. |
The last two Conditions include a dropdown selection for the minimum software level to be checked for.

These Conditions are used the same as any Game Creator Condition. For more information on Utility Actions, see Example 8 - Utilities.
Last modified 2yr ago