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

PackedStringArray

connector

PackedStringArray("ExternalUnity")

String

description

""

Variant

game_name

null

String

guide_url

""

String

platform

"PC"

String

release_date

""

int

steam_id

0

Methods

Dictionary

to_json() const


Property Descriptions

PackedStringArray connector = PackedStringArray("ExternalUnity") 🔗

There is currently no description for this property. Please help us by contributing one!

Note: The returned array is copied and any changes to it will not update the original property value. See PackedStringArray for more details.


String description = "" 🔗

  • void set_description(value: String)

  • String get_description()

There is currently no description for this property. Please help us by contributing one!


Variant game_name = null 🔗

There is currently no description for this property. Please help us by contributing one!


String guide_url = "" 🔗

There is currently no description for this property. Please help us by contributing one!


String platform = "PC" 🔗

There is currently no description for this property. Please help us by contributing one!


String release_date = "" 🔗

  • void set_release_date(value: String)

  • String get_release_date()

There is currently no description for this property. Please help us by contributing one!


int steam_id = 0 🔗

  • void set_steam_id(value: int)

  • int get_steam_id()

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

Dictionary to_json() const 🔗

Serializes this CrowdControlGamePackMeta into a JSON-compatible dictionary to be embedded into the GamePack export.