HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Array arguments

06-22-2004, 10:34 AM#1
Magos
Is there some way to pass arrays as arguments/return values? The compiler complains when using the keyword "array":
Code:
function F takes integer array A returns integer array
Also, I guess the answer to this is no, but is there a way to pass an array as a reference so when you're modifying it inside the function you modify the original array that was passed?
06-22-2004, 01:32 PM#2
Cubasis
Sorry,

Neither is possible. You could work with GameCache instead and...errr.. just pass a category-name.

~Cubasis