⁘ data.core

Metadata

go to → Members

Extends

Broadcasting

This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals

Methods

Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}

Inherited From:

Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}

Inherited From:

WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}

Inherited From:

protected_Broadcast(p_signal, …args)

Inherited From:
Initialization

Methods

protectedoverride-me_Init()

Inherited From:

protectedoverride-me_PostInit()

Inherited From:
Utils

Methods

protected_Bind(p_func)

Inherited From:
Pooling

Group of methods related to the NKMjs pooling system.

Members

read-onlyisReleasing :boolean

Inherited From:

Methods

Release()

Inherited From:

protectedoverride-me_CleanUp()

Inherited From:
Misc

Members

read-onlyisDirty :boolean

True if the DataBlock is dirty, otherwise false

owner :data.core.DataBlock

TODO

Methods

Clear()

TODO

ClearDirty()

TODO

Clone(p_source, p_silentopt)

TODO

Parameters:
Name Type Attributes Default Description
p_source data.core.Metadata null
p_silent * <optional>
true

Dirty()

TODO

Get(p_path, p_fallbackopt)

TODO

Parameters:
Name Type Attributes Default Description
p_path string
p_fallback * <optional>
null

PreventRelease()

Inherited From:

Set(p_path, p_value)

TODO

Parameters:
Name Type Description
p_path string
p_value *

staticCopy(p_metadata)

TODO

Parameters:
Name Type Description
p_metadata data.core.Metadata