Skip to content

cop_observer_action

Kamran Wali edited this page Nov 29, 2024 · 2 revisions

Class Name: COP_ObserverAction

Inherits: Resource

Description

cop_observer_action class emits the stored Signal. So any callables connected to this Signal will be emitted. The Signal is shared by reference.

Tutorial

Methods

Return Type Name
void action()
void disconnect_all()

Signals

action_changed ()

Emitted when the method action() is called. You can directly connect a callable to this Signal through script.


Method Descriptions

void action ()

This method emits the Signal action_changed.


void disconnect_all ()

This method removes/disconnects all the connected callable objects from the Signal action_changed.


Clone this wiki locally