|
| bool | postInit () |
| | postInit will be called after all components and singletons have been constructed/initialized More...
|
| |
| bool | preDestroy () |
| | preDestroy will be called before any of the components and singletons will be destructed/deinitailized More...
|
| |
◆ postInit()
| bool Item_Manager::postInit |
( |
| ) |
|
|
protectedvirtual |
postInit will be called after all components and singletons have been constructed/initialized
- Returns
- true if post initialization was successfull
Implements AbstractSingleton.
◆ preDestroy()
| bool Item_Manager::preDestroy |
( |
| ) |
|
|
protectedvirtual |
preDestroy will be called before any of the components and singletons will be destructed/deinitailized
- Returns
- true if pre destruction was successfull
Implements AbstractSingleton.
The documentation for this class was generated from the following files:
- itemframework/itemframework/src/item/item_manager.h
- itemframework/itemframework/src/item/item_manager.cpp