LeviLamina
Loading...
Searching...
No Matches
ActorSpawnRuleData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 ActorSpawnRuleData& operator=(ActorSpawnRuleData const&);
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
26
27 MCAPI ::ActorSpawnRuleData& operator=(::ActorSpawnRuleData&&);
28
29 MCAPI ~ActorSpawnRuleData();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::ActorSpawnRuleData&&);
36
37 MCAPI void* $ctor(::ActorSpawnRuleData const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
Definition ActorSpawnRuleData.h:5
Definition Alias.h:14