Category:ProtoFlux:Collections
Category page
More actions
This group of nodes are for working with Collections.
| Node Name | Description |
|---|---|
| Add (Collection) | Add an element to a collection. |
| AddKey | Adds a key to an element in a collection. |
| Clear | Clears or empties a collection. |
| Contains (Collection) | Check for an element in a collection. |
| ContainsKey | Checks for a key to an element in a collection. |
| Count | Gets a count of all elements in a collection. |
| GetAt | Gets an element in a collection. |
| GetKey | Gets a key to an element in a collection. |
| IndexOf | Gets an index of an element to a collection. |
| InsertAt | Inserts an element at a position in a collection. |
| IsEmpty | Checks the collection if it has no elements or if all elements are null. |
| IsReadOnly | Returns if the collection is Read Only or not. |
| Remove | Removes an element of a collection. |
| RemoveAll | Removes any matching element(s) of a collection. |
| RemoveAt | Removes an element of a position in a collection. |
| RemoveKey | Removes a key of an element in a collection. |
| SetAt | Sets an element in a collection. |
| SetKey | Sets a key of an element in a collection. |
| UnpackKeyValuePair | Unpacks an element of a collection. |
Pages in category "ProtoFlux:Collections"
The following 19 pages are in this category, out of 19 total.