EvilEngine/DYNA/Interest Pointer

From Heavy Iron Modding
Revision as of 14:01, 19 September 2023 by EnergyDrink (talk | contribs) (Format)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Interest_Pointer
Hash0x1F662B3C
Games usedRise of the Underminer

Format

struct zNPCInterestPointerAsset : xDynAsset
{
    xVec3 location;
    float yaw;
    float pitch;
    float roll;
    unsigned int interestType;
};
Offset Type Variable Description
0x10 Vector3 location
0x1C f32 yaw
0x20 f32 pitch
0x24 f32 roll
0x28 u32 interestType