LeviLamina
Loading...
Searching...
No Matches
CloudQuery.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/raknet/data_structures/List.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
RakNet {
struct
CloudKey
; }
11
// clang-format on
12
13
namespace
RakNet {
14
15
struct
CloudQuery
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::DataStructures::List<::RakNet::CloudKey>> keys;
20
::ll::TypedStorage<4, 4, uint> startingRowIndex;
21
::ll::TypedStorage<4, 4, uint> maxRowsToReturn;
22
::ll::TypedStorage<1, 1, bool> subscribeToResults;
23
// NOLINTEND
24
};
25
26
}
// namespace RakNet
RakNet::CloudKey
Definition
CloudKey.h:10
RakNet::CloudQuery
Definition
CloudQuery.h:15
src
mc
deps
raknet
CloudQuery.h
Generated on
for LeviLamina by
1.16.1