Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T145480
Change Details
Change Details
Old
New
Diff
Hello, i've a question about car modding. Is there a way to have more details about these value please ? ``` class Suspension { swayBar = 800; stiffness = 22000; compression = 1200; damping = 4500; travelMaxUp = 0.14; travelMaxDown = 0.12; }; ```
Hello, i've a question about car modding. Is there a way to have more details about these value please ? ``` class Suspension { -> swayBar = 800; -> stiffness = 22000; -> compression = 1200; -> damping = 4500; travelMaxUp = 0.14; travelMaxDown = 0.12; }; ```
Hello, i've a question about car modding. Is there a way to have more details about these value please ? ``` class Suspension {
->
swayBar = 800;
->
stiffness = 22000;
->
compression = 1200;
->
damping = 4500; travelMaxUp = 0.14; travelMaxDown = 0.12; }; ```
Continue