Skip to content

No ENIT in ENCH (Object Effect) #24

@Koncord

Description

@Koncord

Size of ENIT 16 bytes (Fallout 3)
struct ENIT
{
uint32_t type;
uint8_t unused[8];
uint8_t Flag;
uint8_t unused[3];
};

enum TYPE
{
Unknown0 = 0x00,
Unknown1 = 0x01,
Weapon = 0x02,
Apparel = 0x03
};

enum FLAGS
{
NoAutoCalculate = 0x01,
HideEffect = 0x04
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions