We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot add number variable to array in Gdevelop. The command is run, but the array is still empty
arr
console.log(runtimeScene.getVariables('arr').get())
Desktop
5.4.218
OS (e.g. Windows, Linux, macOS, Android, iOS)
Kubuntu
OS Version (e.g. Windows 10, macOS 10.15)
24.04.1
Browser(For Web) (e.g. Chrome, Firefox, Safari)
No
Device(For Mobile) (e.g. iPhone 12, Samsung Galaxy S21)
No response
The text was updated successfully, but these errors were encountered:
Can you share a full project reproducing the issue?
Sorry, something went wrong.
Yes, this is the link https://gd.games/brianpham/edgame
I suppose you can get access to its source, can't you? Please take a look at lines related to data_array variable
data_array
We don't have access to games source code, can you download/compress it as a zip file and share it here? :)
Sure, here it is
My project3.zip
Your JS code is invalid. This is the fixed version:
Closing as this is not a bug :)
Thank you so much!
No branches or pull requests
Is there an existing issue for this?
Describe the bug
I cannot add number variable to array in Gdevelop. The command is run, but the array is still empty
Steps to reproduce
arr
Add the value of 'clock' to array variable 'arr'
Reset timer 'clock'
Run Javascript
GDevelop platform
Desktop
GDevelop version
5.4.218
Platform info
OS (e.g. Windows, Linux, macOS, Android, iOS)
OS Version (e.g. Windows 10, macOS 10.15)
Browser(For Web) (e.g. Chrome, Firefox, Safari)
Device(For Mobile) (e.g. iPhone 12, Samsung Galaxy S21)
Additional context
No response
The text was updated successfully, but these errors were encountered: