LeviLamina
Loading...
Searching...
No Matches
DamageSensorDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class EntityContext;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI void addDamageSensorTrigger(::DamageSensorTrigger const& trigger);
29
30 MCNAPI void initialize(::EntityContext& entity, ::DamageSensorComponent& component) const;
31 // NOLINTEND
32};
Definition DamageSensorComponent.h:18
Definition DamageSensorDefinition.h:12
MCAPI void addDamageSensorTrigger(::DamageSensorTrigger const &trigger)
MCAPI void initialize(::EntityContext &entity, ::DamageSensorComponent &component) const
Definition EntityContext.h:16
Definition DamageSensorTrigger.h:5
Definition Alias.h:14