TAMods
0.4
Customization mod for Tribes:Ascend
|
#include <Projectile.h>
Public Member Functions | |
void | add (ParticleModule elem) |
void | remove (number index) |
void | clear () |
number | size () |
ParticleModule | get (number n) |
An array of particle modules
void ParticleModuleArray::add | ( | ParticleModule | elem | ) |
Adds a new element to the array
elem | The element to add |
void ParticleModuleArray::clear | ( | ) |
Removes all elements in the array
ParticleModule ParticleModuleArray::get | ( | number | n | ) |
Returns the n-th element of the array
n | The index of the element to return |
void ParticleModuleArray::remove | ( | number | index | ) |
Removes an element from the array
index | The index of the element to remove, 0-indexed |
number ParticleModuleArray::size | ( | ) |
Returns the number of elements in the array