Summary
Get a cached array of the specified size for temporary use. The array must be used and discarded
immediately as it may be reused by anything else that calls this method with the same `length`.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Containing Type
- ArrayCache
<T>
Syntax
public static T[] GetTempArray(int length)
Parameters
Name | Type | Description |
---|---|---|
length | int |
Return Value
Type | Description |
---|---|
T[] |