File tree Expand file tree Collapse file tree 11 files changed +468
-476
lines changed Expand file tree Collapse file tree 11 files changed +468
-476
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ interface
19
19
* @brief Value used in the scs_sdk_init_params_t::game_id to identify this game.
20
20
*)
21
21
const
22
- SCS_GAME_ID_ATS = TelemetryString (' ats' );
22
+ SCS_GAME_ID_ATS = SDKString (' ats' );
23
23
24
24
(* </interface>*)
25
25
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ interface
26
26
* Type: float
27
27
*)
28
28
const
29
- SCS_TELEMETRY_CHANNEL_local_scale = TelemetryString (' local.scale' );
29
+ SCS_TELEMETRY_CHANNEL_local_scale = SDKString (' local.scale' );
30
30
31
31
(* *
32
32
* @brief Absolute in-game time.
@@ -36,7 +36,7 @@ interface
36
36
*
37
37
* Type: u32
38
38
*)
39
- SCS_TELEMETRY_CHANNEL_game_time = TelemetryString (' game.time' );
39
+ SCS_TELEMETRY_CHANNEL_game_time = SDKString (' game.time' );
40
40
41
41
(* *
42
42
* @brief Offset from the game_time simulated in the local economy to the
@@ -51,7 +51,7 @@ interface
51
51
*
52
52
* Type: s32
53
53
*)
54
- SCS_TELEMETRY_CHANNEL_multiplayer_time_offset = TelemetryString (' multiplayer.time.offset' );
54
+ SCS_TELEMETRY_CHANNEL_multiplayer_time_offset = SDKString (' multiplayer.time.offset' );
55
55
56
56
(* *
57
57
* @brief Time until next rest stop.
@@ -64,7 +64,7 @@ interface
64
64
*
65
65
* Type: s32
66
66
*)
67
- SCS_TELEMETRY_CHANNEL_next_rest_stop = TelemetryString (' rest.stop' );
67
+ SCS_TELEMETRY_CHANNEL_next_rest_stop = SDKString (' rest.stop' );
68
68
69
69
(* </interface>*)
70
70
You can’t perform that action at this time.
0 commit comments