-
Notifications
You must be signed in to change notification settings - Fork 1
cop_update_manager_global_helper
Class Name: COP_UpdateManagerGlobalHelper
Inherits: Resource
cop_update_manager_global_helper class stores and shares the reference to a base_update_manager.
Type | Name | Default Value |
---|---|---|
COP_UpdateManager | _manager |
Return Type | Name |
---|---|
void | set_manager( COP_UpdateManager manager ) |
COP_UpdateManager | get_manager() |
bool | has_manager() |
COP_UpdateManager _manager
This property stores the reference to the base_update_manager.
Note: Do NOT set/get this property directly. Use the set_manager() method to set the reference of the update manager and use the get_manager() method for getting the reference of the update manager.
void set_manager ( COP_UpdateManager manager )
This method sets the _manager property. Basically this means that this method stores the reference of a base_update_manager.
COP_UpdateManager get_manager ()
This method gets the _manager property. Basically this means that this method returns the stored reference of the base_update_manager.
bool has_manager ()
This method checks if the _manager property has been set or NOT. True means the _manager property has been set. False means the _manager property has NOT been set.
- Tutorial Bar
- Tutorial Debug
- Tutorial Instantiate Object
- Tutorial Pool
- Tutorial Timer
- Tutorial Update Manager
- Tutorial Variable Creator
- Bars
- Debugs
- Maths
- Pools
- Resources
- Fixed Vars
- Managers
- Observers
- Vars
- Script Templates
- Timers
- Updates