mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
wow release commit
This commit is contained in:
18
Project Reboot 3.0/EnvQueryTypes.h
Normal file
18
Project Reboot 3.0/EnvQueryTypes.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "NameTypes.h"
|
||||
|
||||
enum class EAIParamType : uint8
|
||||
{
|
||||
Float,
|
||||
Int,
|
||||
Bool
|
||||
// MAX UMETA(Hidden)
|
||||
};
|
||||
|
||||
struct FEnvNamedValue // i dont thin kthis ever changes
|
||||
{
|
||||
FName ParamName;
|
||||
EAIParamType ParamType;
|
||||
float Value;
|
||||
};
|
||||
Reference in New Issue
Block a user