LeviLamina
Loading...
Searching...
No Matches
DamageSensorTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI void setCause(::std::string const& causeName);
27
28 MCAPI void setDealsDamage(::std::string const& value);
29
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38};
Definition DamageSensorTrigger.h:5
Definition Alias.h:14