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()
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.
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
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.