LeviLamina
Loading...
Searching...
No Matches
ActorDataFlagComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/vanilla_components/ActorDataComponentBase.h"
7
8struct ActorDataFlagComponent : public ::ActorDataComponentBase<::std::bitset<125>> {
9public:
10 // static functions
11 // NOLINTBEGIN
12 MCNAPI static ::std::optional<::std::bitset<125>> setFlags(::std::bitset<125>& bitset, uint64 flags, int id);
13 // NOLINTEND
14
15public:
16 // static variables
17 // NOLINTBEGIN
18 MCNAPI static ::std::bitset<125> const& ALL_HIGHER_ONES();
19
20 MCNAPI static ::std::bitset<125> const& ALL_LOWER_ONES();
21 // NOLINTEND
22};
Definition ActorDataComponentBase.h:6
Definition ActorDataFlagComponent.h:8
static MCAPI ::std::optional<::std::bitset< 125 > > setFlags(::std::bitset< 125 > &bitset, uint64 flags, int id)
static MCAPI ::std::bitset< 125 > const & ALL_HIGHER_ONES()
static MCAPI ::std::bitset< 125 > const & ALL_LOWER_ONES()