Modfile Platform Supported 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
.
targettedstring[]
Array of valid platform strings showing which platforms the modfile has targeted for release.
approvedstring[]
Array of valid platform strings showing which platforms the modfile has been approved for.
deniedstring[]
Array of valid platform strings showing which platforms the modfile has been denied for.
livestring[]
Array of valid platform strings showing which platforms the modfile is currently marked as live on.
pendingstring[]
Array of valid platform strings showing which platforms the modfile is currently marked as pending on.
Modfile Platform Supported Object
{
"targetted": [
"string"
],
"approved": [
"string"
],
"denied": [
"string"
],
"live": [
"string"
],
"pending": [
"string"
]
}