CommonLibSSE NG
|
#include <TESObjectBOOK.h>
Classes | |
union | Teaches |
Public Types | |
enum class | Flag { kNone = 0 , kAdvancesActorValue = 1 << 0 , kCantTake = 1 << 1 , kTeachesSpell = 1 << 2 , kHasBeenRead = 1 << 3 } |
enum class | Type { kBookTome = 0x00 } |
Public Member Functions | |
Flag | GetSanitizedType () const |
Public Attributes | |
stl::enumeration< Flag, std::uint8_t > | flags |
stl::enumeration< Type, std::uint8_t > | type |
std::uint16_t | pad02 |
std::uint32_t | pad04 |
Teaches | teaches |
|
strong |
|
strong |
Flag RE::OBJ_BOOK::GetSanitizedType | ( | ) | const |
stl::enumeration<Flag, std::uint8_t> RE::OBJ_BOOK::flags |
std::uint16_t RE::OBJ_BOOK::pad02 |
std::uint32_t RE::OBJ_BOOK::pad04 |
Teaches RE::OBJ_BOOK::teaches |
stl::enumeration<Type, std::uint8_t> RE::OBJ_BOOK::type |