Skip to content

DsTree_Value

Hyomoto edited this page Oct 12, 2020 · 8 revisions
Jump To Go Back Arguments Methods Variables

DsTree_Value( value )

no description provided

// no example provided

Arguments

Name Type Purpose
value undef

Methods

Jump To top destroy is copy lock unlock is toString

destroy()

Returns: N/A (undefined)

Name Type Purpose
None

is( type )

Returns: boolean (true or false)

Name Type Purpose
type struct id The structure type to compare this against.

Returns true if the provided type is DsTree_Value.


copy( target )

Returns: N/A (undefined)

Name Type Purpose
target undef

lock()

Returns: N/A (undefined)

Name Type Purpose
None

unlock()

Returns: N/A (undefined)

Name Type Purpose
None

is( type )

Returns: boolean (true or false)

Name Type Purpose
type struct id The structure type to compare this against.

Returns true if the provided type is DsTree_Value.


toString()

Returns: string ("string")

Name Type Purpose
None

Returns the structure as a string.


Variables

Jump To top
  • total - No description provided.
  • base - No description provided.
  • value - No description provided.
  • writable - No description provided.
  • type - No description provided.
  • unique - No description provided.
Clone this wiki locally