EvilEngine/DYNA/npc:CoverPoint

From Heavy Iron Modding

npc:CoverPoint
Hash0x48C0D3A6
Games usedRise of the Underminer
Ratatouille Prototype

Format

Unused in Ratatouille Prototype but is still supported.

struct zNPCCoverPointAsset : xDynAsset
{
    typedef int VERSION;

    xVec3 location;
    float directionYaw;
    float directionPitch;
    float directionRoll;
    unsigned int assetID;
};
Offset Type Variable Description
0x10 Vector3 location
0x1C f32 directionYaw
0x20 f32 directionPitch
0x24 f32 directionRoll
0x28 AssetID assetID