![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| proto native void | Clear () |
| proto int | Copy (set< T > from) |
| proto native int | Count () |
| void | Debug () |
| proto int | Find (T value) |
| Tries to find the first occurance of given value in the set. | |
| proto T | Get (int n) |
| proto int | Init (T init[]) |
| proto int | Insert (T value) |
| Inserts element at the end of array. | |
| proto int | InsertAt (T value, int index) |
| Inserts element at certain position and moves all elements behind this position by one. | |
| void | InsertSet (set< T > other) |
| proto native void | Remove (int index) |
| Removes element from array, but retain all elements ordered. | |
| void | RemoveItem (T value) |
| void | RemoveItems (set< T > other) |
| proto native void | Swap (set< T > other) |
Definition at line 722 of file enscript.c.