Modfile Platform Object
Contains platform filtering data for this modfile. This object is only applicable if the parent game has cross-platform moderation enabled. Otherwise this value will always be null
.
platformPlatform String Enum (string)
Enum Value | Description |
---|---|
ALL | All Platforms |
WINDOWS | Windows |
MAC | Mac |
LINUX | Linux |
ANDROID | Android |
IOS | Iphone IOS |
XBOXONE | Xbox One |
XBOXSERIESX | Xbox Series X |
PLAYSTATION4 | Playstation 4 |
PLAYSTATION5 | Playstation 5 |
SWITCH | Switch |
OCULUS | Oculus |
SOURCE | Source |
Possible values: [ALL
, WINDOWS
, MAC
, LINUX
, ANDROID
, IOS
, XBOXONE
, XBOXSERIESX
, PLAYSTATION4
, PLAYSTATION5
, SWITCH
, OCULUS
, SOURCE
]
Example:
PLAYSTATION5
statusMod Platform Status Enum (integer)
The status of the modfile for the corresponding platform
.
Enum Value | Description |
---|---|
PENDING (0) | Pending |
APPROVED (1) | Approved |
DENIED (2) | Denied |
TARGETED (3) | Targeted |
Possible values: [0
, 1
, 2
, 3
]
Modfile Platform Object
{
"platform": "PLAYSTATION5",
"status": 0
}