JamConfig.CacheResult

Inherits: RefCounted < Object

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

Properties

ConfigFile

cache

bool

errored

false

String

error_msg

""

bool

exists

true

String

path

""

bool

_dirty

false

Methods

JamConfig.CacheResult

err ( String msg ) static

JamConfig.CacheResult

not_found ( String value_path ) static

JamConfig.CacheResult

result ( ConfigFile cfg, String value_path ) static

bool

set_value ( String key, Variant value, String section=”core” )

void

_notification ( Variant what )


Property Descriptions

ConfigFile cache

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


bool errored = false

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


String error_msg = ""

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


bool exists = true

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


String path = ""

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


bool _dirty = false

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


Method Descriptions

JamConfig.CacheResult err ( String msg ) static

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


JamConfig.CacheResult not_found ( String value_path ) static

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


JamConfig.CacheResult result ( ConfigFile cfg, String value_path ) static

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


bool set_value ( String key, Variant value, String section=”core” )

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


void _notification ( Variant what )

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