|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
#include <Delegate.hpp>
Public Member Functions | |
| void | AddDelegate (std::shared_ptr< IDelegate > delegate) |
| void | Broadcast (Args... args) |
| Sets args on and executes every registered delegate that matches Args. | |
Fan-out list of Delegate<Args...> instances, all invoked together via Broadcast.
Definition at line 111 of file Delegate.hpp.
|
inline |
Definition at line 113 of file Delegate.hpp.
|
inline |
Sets args on and executes every registered delegate that matches Args.
Definition at line 118 of file Delegate.hpp.