2023-08-09 23:45:58 +03:00
|
|
|
#ifndef _SLDRSAFEZONESTRUCTB
|
|
|
|
|
#define _SLDRSAFEZONESTRUCTB
|
|
|
|
|
|
|
|
|
|
#include "Kyoto/Graphics/CColor.hpp"
|
|
|
|
|
#include "Kyoto/SObjectTag.hpp"
|
|
|
|
|
#include "Kyoto/Streams/CInputStream.hpp"
|
|
|
|
|
|
|
|
|
|
struct SLdrSafeZoneStructB {
|
|
|
|
|
SLdrSafeZoneStructB();
|
|
|
|
|
~SLdrSafeZoneStructB();
|
|
|
|
|
|
2023-08-11 22:35:54 +03:00
|
|
|
int turnOnSound;
|
2023-08-09 23:45:58 +03:00
|
|
|
float unknown_0xd4839a3f;
|
2023-08-11 22:35:54 +03:00
|
|
|
int activeLoopSound;
|
|
|
|
|
int turnOffSound;
|
|
|
|
|
int playerEnterSound;
|
|
|
|
|
int playerExitSound;
|
|
|
|
|
CAssetId darkVisorSpotTexture;
|
|
|
|
|
float darkVisorSpotMaxSize;
|
|
|
|
|
CAssetId shellEnvironmentMap;
|
|
|
|
|
float shell1AnimatedHorizRate;
|
|
|
|
|
float shell1AnimatedVertRate;
|
|
|
|
|
float shell1ScaleHoriz;
|
|
|
|
|
float shell1ScaleVert;
|
|
|
|
|
CAssetId shell1Texture;
|
|
|
|
|
float shell2AnimatedHorizRate;
|
|
|
|
|
float shell2AnimatedVertRate;
|
|
|
|
|
float shell2ScaleHoriz;
|
|
|
|
|
float shell2ScaleVert;
|
|
|
|
|
CAssetId shell2Texture;
|
|
|
|
|
CColor shellColor;
|
2023-08-09 23:45:58 +03:00
|
|
|
CColor unknown_0xe68b1fa8;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
void LoadTypedefSLdrSafeZoneStructB(SLdrSafeZoneStructB&, CInputStream&);
|
|
|
|
|
|
|
|
|
|
#endif // _SLDRSAFEZONESTRUCTB
|