Mod Platforms Object
Contains platform data for the corresponding mod. This object is only applicable if the game has cross-platform moderation enabled..
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
modfile_liveinteger<int32>
The unique id of the modfile that is currently live on the platform specified in the platform
field.
Example:
1
Mod Platforms Object
{
"platform": "PLAYSTATION5",
"modfile_live": 1
}