mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
cammelCase for intermediate structs
This commit is contained in:
@@ -9,26 +9,26 @@ struct SLdrSafeZoneStructB {
|
||||
SLdrSafeZoneStructB();
|
||||
~SLdrSafeZoneStructB();
|
||||
|
||||
int turn_on_sound;
|
||||
int turnOnSound;
|
||||
float unknown_0xd4839a3f;
|
||||
int active_loop_sound;
|
||||
int turn_off_sound;
|
||||
int player_enter_sound;
|
||||
int player_exit_sound;
|
||||
CAssetId dark_visor_spot_texture;
|
||||
float dark_visor_spot_max_size;
|
||||
CAssetId shell_environment_map;
|
||||
float shell1_animated_horiz_rate;
|
||||
float shell1_animated_vert_rate;
|
||||
float shell1_scale_horiz;
|
||||
float shell1_scale_vert;
|
||||
CAssetId shell1_texture;
|
||||
float shell2_animated_horiz_rate;
|
||||
float shell2_animated_vert_rate;
|
||||
float shell2_scale_horiz;
|
||||
float shell2_scale_vert;
|
||||
CAssetId shell2_texture;
|
||||
CColor shell_color;
|
||||
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;
|
||||
CColor unknown_0xe68b1fa8;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user