UidManager
Keeps track of which resources have which UIDs and provides utilities for manipulating them.
Category: Resources
Base class: _BlipValue
Methods
getResource(self, uid: int) -> Resource
Returns the resource assigned to the UID, or NULL if not found.
Parameters:
- uid: The UID of the resource to retrieve.
Returns The resource assigned to the UID, or NULL if not found.