CommonLibVR
PropertyTypeInfo.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSFixedString.h"
4 #include "RE/B/BSTSmartPointer.h"
5 #include "RE/T/TypeInfo.h"
6 
7 namespace RE
8 {
9  namespace BSScript
10  {
11  class IFunction;
12 
14  {
15  public:
16  enum class Permissions
17  {
18  };
19 
20  // members
23  TypeInfo type; // 10
25  std::uint32_t pad1C; // 1C
28  std::uint32_t autoVarIndex; // 30
29  std::uint32_t userFlags; // 34
31  };
32  static_assert(sizeof(PropertyTypeInfo) == 0x40);
33  }
34 }
Definition: TypeInfo.h:10
Definition: BSTSmartPointer.h:37
Definition: AbsorbEffect.h:6
Definition: PropertyTypeInfo.h:14
Permissions
Definition: PropertyTypeInfo.h:17
BSFixedString parentObjName
Definition: PropertyTypeInfo.h:21
std::uint32_t autoVarIndex
Definition: PropertyTypeInfo.h:28
std::uint32_t userFlags
Definition: PropertyTypeInfo.h:29
BSTSmartPointer< IFunction > setFunction
Definition: PropertyTypeInfo.h:27
stl::enumeration< Permissions, std::uint32_t > permissions
Definition: PropertyTypeInfo.h:24
std::uint32_t pad1C
Definition: PropertyTypeInfo.h:25
TypeInfo type
Definition: PropertyTypeInfo.h:23
BSTSmartPointer< IFunction > getFunction
Definition: PropertyTypeInfo.h:26
BSFixedString docString
Definition: PropertyTypeInfo.h:30
BSFixedString propertyName
Definition: PropertyTypeInfo.h:22