TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.trailer
/
TrailerDamage
Trailer
Damage
data
class
TrailerDamage
(
val
cargo
:
Float
,
val
chassis
:
Float
,
val
wheel
:
Float
,
val
body
:
Float
)
Class that hold damage by types
Author
Felipe Gonzalez
Members
Constructors
Trailer
Damage
Link copied to clipboard
constructor
(
cargo
:
Float
,
chassis
:
Float
,
wheel
:
Float
,
body
:
Float
)
Properties
body
Link copied to clipboard
val
body
:
Float
cargo
Link copied to clipboard
val
cargo
:
Float
chassis
Link copied to clipboard
val
chassis
:
Float
wheel
Link copied to clipboard
val
wheel
:
Float