LeviLamina
Loading...
Searching...
No Matches
DamageSensorDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
11class EntityContext;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::std::vector<::DamageSensorTrigger>> mTriggers;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI void addDamageSensorTrigger(::DamageSensorTrigger const& trigger);
27
28 MCAPI void initialize(::EntityContext& entity, ::DamageSensorComponent& component) const;
29
30 MCAPI void uninitialize(::EntityContext& entity, ::DamageSensorComponent& component) const;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void buildSchema(
38 );
39 // NOLINTEND
40};
Definition DamageSensorComponent.h:18
Definition DamageSensorDefinition.h:16
Definition EntityContext.h:17
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition DamageSensorTrigger.h:10