-
Notifications
You must be signed in to change notification settings - Fork 1
cop_observer_action
Kamran Wali edited this page Nov 29, 2024
·
2 revisions
Class Name: COP_ObserverAction
Inherits: Resource
cop_observer_action class emits the stored Signal. So any callables connected to this Signal will be emitted. The Signal is shared by reference.
Return Type | Name |
---|---|
void | action() |
void | disconnect_all() |
Emitted when the method action() is called. You can directly connect a callable to this Signal through script.
This method emits the Signal action_changed.
This method removes/disconnects all the connected callable objects from the Signal action_changed.
- 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