LeviLamina
Loading...
Searching...
No Matches
EcsEventDispatcher.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/game_refs/EnableGetWeakRef.h"
7#include "mc/deps/game_refs/WeakRef.h"
8
9// auto generated forward declare list
10// clang-format off
11class EntityRegistry;
22// clang-format on
23
24class EcsEventDispatcher : public ::std::enable_shared_from_this<::EcsEventDispatcher>,
25 public ::EnableGetWeakRef<::EcsEventDispatcher> {
26public:
27 // EcsEventDispatcher inner types declare
28 // clang-format off
29 template<typename T0> struct ExpandedEvent;
30 // clang-format on
31
32 // EcsEventDispatcher inner types define
33 template <typename T0>
34 struct ExpandedEvent {};
35
36 using BaseShared = ::std::enable_shared_from_this<::EcsEventDispatcher>;
37
39
40 using Token = ::gsl::final_action<::std::function<void()>>;
41
42public:
43 // member variables
44 // NOLINTBEGIN
45 ::ll::TypedStorage<8, 80, ::entt::dispatcher> mDispatcher;
46 // NOLINTEND
47};
Definition EcsEventDispatcher.h:25
Definition EnableGetWeakRef.h:6
Definition EntityRegistry.h:10
Definition CameraActivationEvent.h:10
Definition CameraAttachToEntityInstructionEvent.h:8
Definition CameraClearInstructionEvent.h:5
Definition CameraDetachFromEntityInstructionEvent.h:5
Definition CameraFadeInstructionEvent.h:8
Definition CameraRemoveTargetInstructionEvent.h:5
Definition CameraSetFovInstructionEvent.h:8
Definition CameraSetInstructionEvent.h:8
Definition CameraSplineInstructionEvent.h:8
Definition CameraTargetInstructionEvent.h:8
Definition EcsEventDispatcher.h:34