Guten Tag.
Ich wollte fragen ob man diesen Code eventuell optimieren kann.
Was ich mir vorstelle: Das man alle irgendwie zusammenfast.
Oder lässt es "enum" nicht zu da man ja auch die "Länge" angeben muss/kann.
Info:Dies ist ein Ausschnitt von "enum".
Code:
gcar1,
gcar1number[32],
Float:gcar1x,
Float:gcar1y,
Float:gcar1z,
Float:gcar1facing,
gcar2,
gcar2number[32],
Float:gcar2x,
Float:gcar2y,
Float:gcar2z,
Float:gcar2facing,
gcar3,
gcar3number[32],
Float:gcar3x,
Float:gcar3y,
Float:gcar3z,
Float:gcar3facing,
gcar4,
gcar4number[32],
Float:gcar4x,
Float:gcar4y,
Float:gcar4z,
Float:gcar4facing,
gcar5,
gcar5number[32],
Float:gcar5x,
Float:gcar5y,
Float:gcar5z,
Float:gcar5facing
Danke für eure Ideen
mfg.
Opa
//Info hinzugefügt