Skip to content

What is the proper way to create a GDictionnary ? #43

Answered by ialex32x
G159w asked this question in Q&A
Discussion options

You must be logged in to vote

data.set_keyed(xxx, val) and data.get_keyed(xxx) can be used as an alternative to data[xxx] = val and val = data[xxx] in gdscript.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by G159w
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants