CrowdControlGamePackMeta
Inherits: Resource < RefCounted < Object
Stores the metadata for a CrowdControlGamePack.
Description
CrowdControlGamePackMeta represents the public-facing information about your game context in CrowdControl, such as its name, description, selected platform, and optional Steam ID.
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
to_json() const |
Property Descriptions
PackedStringArray connector = PackedStringArray("ExternalUnity") 🔗
void set_connector(value: PackedStringArray)
PackedStringArray get_connector()
List of connectors supported by this game pack.
Note: The returned array is copied and any changes to it will not update the original property value. See PackedStringArray for more details.
Human-readable description of the game pack.
Display name of the game.
URL to an external guide or documentation.
Target platform for the game.
Release date of the game.
Steam application ID for the game.
Method Descriptions
Dictionary to_json() const 🔗
Serializes this CrowdControlGamePackMeta into a JSON-compatible dictionary to be embedded into the GamePack export.