Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | TryAdd (TCaller caller, SecurePooledObject< T > item) |
bool | TryTake (TCaller caller, out SecurePooledObject< T >? item) |
SecurePooledObject< T > | PrepNew (TCaller caller, T newValue) |
Static Package Functions | |
static int | NewId () |
Static Package Attributes | |
const int | UnassignedId = -1 |
Static Private Attributes | |
static int | s_poolUserIdCounter |
TCaller | : | ISecurePooledObjectUser |
Definition at line 22 of file SecureObjectPool.cs.