EvilEngine/DYNA/Interest Pointer

From Heavy Iron Modding
(Redirected from DYNA/Interest Pointer)

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