|
CommonLibSSE (Parapets fork)
|
#include <BGSHazard.h>
Public Types | |
| enum class | BGSHazardFlags { kNone = 0 , kPCOnly = 1 << 0 , kInheritDuration = 1 << 1 , kAlignToNormal = 1 << 2 , kInheritRadius = 1 << 3 , kDropToGround = 1 << 4 } |
Public Attributes | |
| std::uint32_t | limit |
| float | radius |
| float | lifetime |
| float | imageSpaceRadius |
| float | targetInterval |
| stl::enumeration< BGSHazardFlags, std::uint32_t > | flags |
| SpellItem * | spell |
| TESObjectLIGH * | light |
| BGSImpactDataSet * | impactDataSet |
| BGSSoundDescriptorForm * | sound |
|
strong |
| stl::enumeration<BGSHazardFlags, std::uint32_t> RE::BGSHazardData::flags |
| float RE::BGSHazardData::imageSpaceRadius |
| BGSImpactDataSet* RE::BGSHazardData::impactDataSet |
| float RE::BGSHazardData::lifetime |
| TESObjectLIGH* RE::BGSHazardData::light |
| std::uint32_t RE::BGSHazardData::limit |
| float RE::BGSHazardData::radius |
| BGSSoundDescriptorForm* RE::BGSHazardData::sound |
| SpellItem* RE::BGSHazardData::spell |
| float RE::BGSHazardData::targetInterval |