LeviLamina
Loading...
Searching...
No Matches
CloudClientCallback.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
RakNet {
struct
CloudQueryResult; }
8
namespace
RakNet {
struct
CloudQueryRow; }
9
// clang-format on
10
11
namespace
RakNet {
12
13
class
CloudClientCallback
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~CloudClientCallback
() =
default
;
19
20
// vIndex: 1
21
virtual
void
OnGet(
::RakNet::CloudQueryResult
*,
bool
*);
22
23
// vIndex: 2
24
virtual
void
OnSubscriptionNotification(
::RakNet::CloudQueryRow
*,
bool
,
bool
*);
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
39
40
}
// namespace RakNet
RakNet::CloudClientCallback
Definition
CloudClientCallback.h:13
RakNet::CloudQueryResult
Definition
CloudQueryResult.h:7
RakNet::CloudQueryRow
Definition
CloudQueryRow.h:7
src
mc
deps
raknet
CloudClientCallback.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0