EvilEngine/DYNA/game object:Grapple: Difference between revisions

Content added Content deleted
No edit summary
 
Line 10: Line 10:


==Format==
==Format==
<source lang=cpp>
class zGrappleAsset : public xDynAsset
{
public:
unsigned int object;
xVec3 offset;
unsigned int grapFlags;
};
</source>


{| class="wikitable"
{| class="wikitable"
! Offset !! Type !! Variable !! Description
! Offset !! Type !! Variable !! Description
|-
|-
| 0x00 || [[AssetID]] || '''object''' ||
| 0x10 || [[AssetID]] || '''object''' ||
|-
|-
| 0x04 || [[Vector3]] || '''offset''' ||
| 0x1C || [[Vector3]] || '''offset''' ||
|-
|-
| 0x10 || uint || '''grapFlags''' ||
| 0x20 || u32 || '''grapFlags''' ||
|}
|}