Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
Dynamic Arrays - Test Map release | 23.09 KB | Oct 13, 2012 | - | 145 | Download |
Dynamic Arrays - Library release | 139.47 KB | Oct 13, 2012 | - | 143 | Download |
Description
With this AWESOME library YOU can use DYNAMIC point and integer arrays!
And if you want you can add more types.
Instructions:
- Create a string variable and give it a AWESOME name.
- Create a array, with Dynamic Array – Create(your AWESOME string (variable) here!);
- Add some values, with Dynamic <type> Array – Push Back(AWESOME STRING, VALUE);
- Remove your last value again, with Dynamic <type> Array – Pop Back(AWESOME STRING);
- Add some values, with Dynamic <type> Array – Add(AWESOME STRING, INDEX, VALUE);
- Remove it again, with Dynamic <type> Array – Remove(AWESOME STRING, INDEX);
- And then destroy it, with Dynamic <type> Array – DESTROY(awesome string);
Etc!
(The other functions are: IsEmpty, Size, Set and Get)
Add a comment