#include <CUI_Resource.h>
Inheritance diagram for CUI_Resource:

Public Member Functions | |
| CUI_Resource () | |
| Constructor. | |
| virtual | ~CUI_Resource () |
| Destructor. | |
| virtual void | SetOwnedByUI () |
| Set this resource as owned by the UI. | |
| virtual bool | IsOwnedByUI () |
| Is this resource owned by the UI. | |
Private Attributes | |
| bool | m_ownedByUI |
| True if created by the UI - used for memory management. | |
|
|
Set this resource as owned by the UI. No code outside of the library should call this function. Doing so will definitely cause a crash when the registry is flushed. |
1.3.4