FS elementAt
From Doom Legacy Wiki
This function is not in the current release of Legacy
- elementat(array source, int index)
Returns the value stored at 'index' in the array 'source'. Return-type is dependent on the type of the value at that index. An error will occur if index is out of range.
Remember that the syntax source.elementat(index) is valid.
|
|
