PlatformNixOS
Inherits: OSPlatform
Properties
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!
dropdown_scene
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'.