Skip to content

luxe: settings


import "luxe: settings" for Settings

no docs found

Settings.apply(settings_id : String) : None

no docs found

Settings.apply(settings_id : String, settings_lx_data : String) : None

no docs found

Settings.unapply(settings_id : String) : None

no docs found

Settings.forget(key : String) : None

no docs found

Settings.has(key : String) : Bool

no docs found

Settings.get(key : String, default : Any) : Any

no docs found

Settings.set_string(key : String, value : String, length : Num) : None

no docs found

Settings.set_number(key : String, value : Num) : None

no docs found

Settings.set_bool(key : String, value : Bool) : None

no docs found

Settings.set_float2(key : String, x : Num, y : Num) : None

no docs found

Settings.set_float3(key : String, x : Num, y : Num, z : Num) : None

no docs found

Settings.set_float4(key : String, x : Num, y : Num, z : Num, w : Num) : None

no docs found

Settings.set(key : String, value : Any) : None

no docs found

import "luxe: settings" for SettingsType

no docs found

SettingsType.unknown : unknown

no docs found

SettingsType.boolean : unknown

no docs found

SettingsType.number : unknown

no docs found

SettingsType.string : unknown

no docs found

SettingsType.float2 : unknown

no docs found

SettingsType.float3 : unknown

no docs found

SettingsType.float4 : unknown

no docs found

SettingsType.name(value : Any) : unknown

no docs found