Skip to content

LibraryLaunchItem

Inherits: Resource

LibraryLaunchItem is a library provider-specific structure that describes how to launch a game.

Description

A LibraryLaunchItem is a provider-specific resource that describes a library item and how to launch it. It is always tied to a LibraryItem.

Properties

Type Name Default
String provider_app_id
String name
String command
PackedStringArray args
Dictionary env
String cwd
PackedStringArray tags
PackedStringArray categories
bool installed
bool hidden
Dictionary metadata

Methods

Returns Signature
Dictionary to_dict()
LibraryLaunchItem from_dict(d: Dictionary)
int get_app_id()

Property Descriptions

provider_app_id

String provider_app_id

Note

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

name

String name

Note

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

command

String command

Note

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

args

PackedStringArray args

Note

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

env

Dictionary env

Note

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

cwd

String cwd

Note

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

tags

PackedStringArray tags

Note

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

categories

PackedStringArray categories

Note

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

installed

bool installed

Note

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

hidden

bool hidden

Note

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

metadata

Dictionary metadata

Note

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


Method Descriptions

to_dict()

Dictionary to_dict()

Note

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

from_dict()

LibraryLaunchItem from_dict(d: Dictionary)

Note

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

get_app_id()

int get_app_id()

Returns a numerical app ID associated with the launch item