LeviLamina
Loading...
Searching...
No Matches
ActorValueValidation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/strict/OptionalGlobal.h"
7
8// auto generated forward declare list
9// clang-format off
10class Vec3;
11namespace VanillaSystems { struct VanillaSystemsEventingComponent; }
12// clang-format on
13
14namespace VanillaSystems::ActorValueValidation {
15// functions
16// NOLINTBEGIN
17MCNAPI bool validateVec3Position(
18 ::Vec3 const& pos,
19 char const* caller,
20 ::OptionalGlobal<::VanillaSystems::VanillaSystemsEventingComponent>& eventingComponent
21);
22// NOLINTEND
23
24} // namespace VanillaSystems::ActorValueValidation
Definition Vec3.h:10
Definition VanillaSystemsEventingComponent.h:7