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

From Heavy Iron Modding
Content added Content deleted
(Created page with "<onlyinclude> {{#vardefine:name|game_object:Grapple}}<nowiki/> {{#vardefine:version|}}<nowiki/> {{#vardefine:hash|0xE7928821}}<nowiki/> {{#vardefine:games|Incredibles}}<nowiki...")
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{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
|-
| 0x10 || [[AssetID]] || '''object''' ||
|-
| 0x1C || [[Vector3]] || '''offset''' ||
|-
| 0x20 || u32 || '''grapFlags''' ||
|}


{{DynaAssets}}
{{DynaAssets}}

Latest revision as of 15:17, 19 September 2023

game_object:Grapple
Hash0xE7928821
Games usedThe Incredibles

Format

class zGrappleAsset : public xDynAsset
{
public:
    unsigned int object;
    xVec3 offset;
    unsigned int grapFlags;
};
Offset Type Variable Description
0x10 AssetID object
0x1C Vector3 offset
0x20 u32 grapFlags