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

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
<source lang=cpp>
class zGrappleAsset : public xDynAsset
{
public:
unsigned int object;
xVec3 offset;
unsigned int grapFlags;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x000x10 || int[[AssetID]] || '''object''' ||
|-
| 0x040x1C || [[Vector3]] || '''unknownoffset''' ||
|-
| 0x100x20 || intu32 || '''grapFlags''' ||
|}
 
2,079

edits