Dictionary

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

Note

There are notable differences when using this API with C#. See C# Differences for more information.

Constructors

Dictionary

Dictionary ( )

Dictionary

Dictionary ( Dictionary from )

Methods

void

clear ( )

Dictionary

duplicate ( bool deep=false ) const

bool

erase ( Variant key )

Variant

find_key ( Variant value ) const

Variant

get ( Variant key, Variant default=null ) const

Variant

get_or_add ( Variant key, Variant default=null )

bool

has ( Variant key ) const

bool

has_all ( Array keys ) const

int

hash ( ) const

bool

is_empty ( ) const

bool

is_read_only ( ) const

Array

keys ( ) const

void

make_read_only ( )

void

merge ( Dictionary dictionary, bool overwrite=false )

Dictionary

merged ( Dictionary dictionary, bool overwrite=false ) const

bool

recursive_equal ( Dictionary dictionary, int recursion_count ) const

int

size ( ) const

Array

values ( ) const

Operators

bool

operator != ( Dictionary right )

bool

operator == ( Dictionary right )

Variant

operator [] ( Variant key )


Constructor Descriptions

Dictionary Dictionary ( )

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


Dictionary Dictionary ( Dictionary from )

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


Method Descriptions

void clear ( )

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


Dictionary duplicate ( bool deep=false ) const

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


bool erase ( Variant key )

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


Variant find_key ( Variant value ) const

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


Variant get ( Variant key, Variant default=null ) const

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


Variant get_or_add ( Variant key, Variant default=null )

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


bool has ( Variant key ) const

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


bool has_all ( Array keys ) const

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


int hash ( ) const

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


bool is_empty ( ) const

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


bool is_read_only ( ) const

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


Array keys ( ) const

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


void make_read_only ( )

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


void merge ( Dictionary dictionary, bool overwrite=false )

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


Dictionary merged ( Dictionary dictionary, bool overwrite=false ) const

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


bool recursive_equal ( Dictionary dictionary, int recursion_count ) const

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


int size ( ) const

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


Array values ( ) const

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


Operator Descriptions

bool operator != ( Dictionary right )

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


bool operator == ( Dictionary right )

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


Variant operator [] ( Variant key )

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