EvilEngine/DYNA/effect:Splash: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 10:
 
==Format==
 
<source lang=cpp>
class zTimedSplashAsset : public xDynAsset
{
public:
xVec3 position;
unsigned int motion_type;
unsigned int soundgroup;
};
</source>
 
{| class="wikitable"
|-
! Offset !! Type !! Variable !! Description
|-
| 0x000x10 || [[Vector3]] || '''position''' ||
|-
| 0x0C0x1C || [[AssetID]] || '''motion_type''' ||
|-
| 0x100x20 || [[AssetID]] || '''soundgroup''' || [[SGRP]]
|}