bool IsPlatform(ePlatform inPlatform)
Description
Returns true if the platform selected and false otherwise
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inPlatform | ePlatform | Platform name to check (e.g.: Android, PC etc.) |
Return Type
bool
Example
to run a question only on Android Platform use this code
IsPlatform(ePlatform.Android)
Comments
Please sign in to leave a comment.