![]() |
• Resource Manager |
|
API Links
Developer Links
|
Resource::ReleaseDefined in:
Releases a resource object.
C4Resources.hPrototype
Description
The Release function releases a resource object that was previously created with the Resource::Get function. The Release function should be called to balance every call to the Get function that does not return nullptr.The return value is the new reference count for the resource object after is has been released. See Also
|