Skip to content

PlatformNixOS

Inherits: OSPlatform

Properties

Type Name Default
SettingsManager settings_manager
NotificationManager notification_manager
PackedScene sections_label_scene
PackedScene button_scene
PackedScene toggle_scene
PackedScene dropdown_scene
State general_settings_state
bool update_available false
bool update_installed false

Methods

Returns Signature
void ready(root: Window)
String[] get_binary_compatibility_cmd(cmd: String, args: PackedStringArray)

Property Descriptions

settings_manager

SettingsManager settings_manager

Note

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

notification_manager

NotificationManager notification_manager

Note

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

sections_label_scene

PackedScene sections_label_scene

Note

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

button_scene

PackedScene button_scene

Note

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

toggle_scene

PackedScene toggle_scene

Note

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

PackedScene dropdown_scene

Note

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

general_settings_state

State general_settings_state

Note

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

update_available

bool update_available = false

Note

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

update_installed

bool update_installed = false

Note

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


Method Descriptions

ready()

void ready(root: Window)

Ready will be called after the scene tree has initialized.

get_binary_compatibility_cmd()

String[] get_binary_compatibility_cmd(cmd: String, args: PackedStringArray)

NixOS typically cannot execute regular binaries, so downloaded binaries will be run with 'steam-run'.