EvilEngine/DYNA/effect:ScreenWarp
< EvilEngine | DYNA
(Redirected from DYNA/effect:ScreenWarp)
effect:ScreenWarp | |
---|---|
Version | 1 |
Hash | 0xC2783A7F |
Games used | Rise of the Underminer |
Format
struct zScreenWarpAsset : xDynAsset
{
unsigned int effectType;
unsigned int flags;
xVec3 pos;
float radius;
float duration;
float repeatDelay;
float intensity;
float frequency;
float triggerDistance;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | u32 | effectType | |
0x14 | u32 | flags |
|
0x18 | Vector3 | pos | |
0x24 | f32 | radius | |
0x28 | f32 | duration | |
0x2C | f32 | repeatDelay | |
0x30 | f32 | intensity | |
0x34 | f32 | frequency | |
0x38 | f32 | triggerDistance |