cammelCase for intermediate structs

This commit is contained in:
Henrique Gemignani Passos Lima
2023-08-11 22:35:54 +03:00
parent 76b3a67852
commit 7539fb92cb
317 changed files with 3113 additions and 3113 deletions
@@ -12,23 +12,23 @@ struct SLdrOctapedeSegment {
SLdrOctapedeSegment();
~SLdrOctapedeSegment();
SLdrEditorProperties editor_properties;
SLdrEditorProperties editorProperties;
int flavor;
SLdrPatternedAITypedef patterned;
SLdrActorParameters actor_information;
float waypoint_approach_distance;
float visible_distance;
float wall_turn_speed;
float floor_turn_speed;
float down_turn_speed;
SLdrActorParameters actorInformation;
float waypointApproachDistance;
float visibleDistance;
float wallTurnSpeed;
float floorTurnSpeed;
float downTurnSpeed;
float unknown_0xd5c25506;
float projectile_bounds_multiplier;
float collision_look_ahead;
float anim_speed_scalar;
float max_audible_distance;
bool initially_paused;
float projectileBoundsMultiplier;
float collisionLookAhead;
float animSpeedScalar;
float maxAudibleDistance;
bool initiallyPaused;
float unknown_0x4fb8747e;
CAssetId between_segments_effect;
CAssetId betweenSegmentsEffect;
float unknown_0x9b9c46fc;
float unknown_0x9f0677d6;
float unknown_0xc0241fc1;
@@ -42,12 +42,12 @@ struct SLdrOctapedeSegment {
int unknown_0xd6f71bb3;
int unknown_0x96b863c5;
float unknown_0x417f4a91;
SLdrDamageInfo explosion_damage;
int walk_sound;
int idle_sound;
int seperate_sound;
int bounce_sound;
int explode_sound;
SLdrDamageInfo explosionDamage;
int walkSound;
int idleSound;
int seperateSound;
int bounceSound;
int explodeSound;
float unknown_0x0c4763d7;
};