LeviLamina
Loading...
Searching...
No Matches
CameraCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class Player;
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual void onTakePictureNow(::Player&, ::Actor*, ::Actor*) = 0;
17
18 // vIndex: 1
19 virtual void onStartTakingPicture(::Player&) = 0;
20
21 // vIndex: 2
22 virtual void onEndTakingPicture(::Player&, ::Actor*, ::Actor*) = 0;
23
24 // vIndex: 3
25 virtual ~CameraCallbacks() = default;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition Actor.h:104
Definition CameraCallbacks.h:11
Definition Player.h:119