EvilEngine/DYNA/Pour Widget: Difference between revisions

Format
(Format)
 
Line 1:
<onlyinclude>
{{#vardefine:name|Pour Widget}}<nowiki/>
{{#vardefine:version|2}}<nowiki/>
{{#vardefine:hash|0x2DDFA8F4}}<nowiki/>
{{#vardefine:games|RatProto}}<nowiki/>
Line 9:
{{AutoDynaInfobox}}
 
==Format==
<source lang=cpp>
struct zCMGPourWidgetAsset : xDynAsset
{
float volume;
unsigned int fillInputID;
unsigned int fillInputType;
float fillInputMin;
float fillInputMax;
float fillFlowRate;
unsigned int tiltInputID;
unsigned int tiltInputType;
float tiltInputMin;
float tiltInputMax;
float fillWeight;
float spillWeight;
float foamWeight;
unsigned int scoreCounterID;
unsigned int flowOutputID;
unsigned int fillOutputID;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x10 || f32 || '''volume''' ||
|-
| 0x14 || [[AssetID]] || '''fillInputID''' || [[DYNA/Analog_Deflection|DYNA/Analog Deflection]]
|-
| 0x18 || u32 || '''fillInputType''' ||
|-
| 0x1C || f32 || '''fillInputMin''' ||
|-
| 0x20 || f32 || '''fillInputMax''' ||
|-
| 0x24 || f32 || '''fillFlowRate''' ||
|-
| 0x28 || [[AssetID]] || '''tiltInputID''' ||
|-
| 0x2C || u32 || '''tiltInputType''' ||
|-
| 0x30 || f32 || '''tiltInputMin''' ||
|-
| 0x34 || f32 || '''tiltInputMax''' ||
|-
| 0x38 || f32 || '''fillWeight''' ||
|-
| 0x3C || f32 || '''spillWeight''' ||
|-
| 0x40 || f32 || '''foamWeight''' ||
|-
| 0x44 || [[AssetID]] || '''scoreCounterID ''' || [[CNTR]]
|-
| 0x48 || [[AssetID]] || '''flowOutputID''' ||
|-
| 0x4C || [[AssetID]] || '''fillOutputID''' ||
|}
 
{{DynaAssets}}
2,079

edits