LeviLamina
Loading...
Searching...
No Matches
TempEPtrBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/_TickPtr.h"
7
8class TempEPtrBase : public ::_TickPtr {
9public:
10 // member variables
11 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 TempEPtrBase& operator=(TempEPtrBase const&);
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual ~TempEPtrBase() /*override*/ = default;
29
30 // vIndex: 0
31 virtual void invalidate() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI bool isValid() const;
38
39 MCAPI void unset();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI void $invalidate();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCAPI static void** $vftable();
58 // NOLINTEND
59};
Definition TempEPtrBase.h:8
Definition _TickPtr.h:5
Definition Alias.h:14