+1 vote

I know that it is possible to export a typed array with
export(Array,int)
but can you ask for one as an argument of a function?

for example :

func Shoot(bullets : Array,int):

in Engine by (16 points)

1 Answer

+1 vote
Best answer

If you are asking whether the data type of the elements in an array can be specified, no they cannot. In current the stable version of the engine (e.g. 3.5) the data type of the individual elements of an array can't be declared. IIRC, in Godot 4 they can be.

In the meantime (until Godot 4 is released), why not try using PoolIntArray for the argument? While it may have setbacks, all of the elements of the array are only integers.

by (3,144 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.