A mod for Euro Truck Simulator 2 to support "haptic feedback devices" for "reasons"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
EuroFuckSimulator/libraries/scs-sdk/include/common/scssdk_telemetry_job_common...

24 lines
497 B

/**
* @file scssdk_telemetry_job_common_channels.h
*
* @brief Job telemetry specific constants for channels.
*/
#ifndef SCSSDK_TELEMETRY_JOB_COMMON_CHANNELS_H
#define SCSSDK_TELEMETRY_JOB_COMMON_CHANNELS_H
#include "../scssdk.h"
SCSSDK_HEADER
/**
* @brief The total damage of the cargo in range 0.0 to 1.0.
*
* Type: float
*/
#define SCS_TELEMETRY_JOB_CHANNEL_cargo_damage "job.cargo.damage"
SCSSDK_FOOTER
#endif // SCSSDK_TELEMETRY_JOB_COMMON_CHANNELS_H
/* eof */