Skip to content

Commit dbf9c2e

Browse files
committed
Renamed the entire project to PascalSDK, renamed TelemetryString type to SDKString
1 parent 9307a70 commit dbf9c2e

11 files changed

+468
-476
lines changed

headers/amtrucks/scssdk_ats.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface
1919
* @brief Value used in the scs_sdk_init_params_t::game_id to identify this game.
2020
*)
2121
const
22-
SCS_GAME_ID_ATS = TelemetryString('ats');
22+
SCS_GAME_ID_ATS = SDKString('ats');
2323

2424
(*</interface>*)
2525

headers/common/scssdk_telemetry_common_channels.pas

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface
2626
* Type: float
2727
*)
2828
const
29-
SCS_TELEMETRY_CHANNEL_local_scale = TelemetryString('local.scale');
29+
SCS_TELEMETRY_CHANNEL_local_scale = SDKString('local.scale');
3030

3131
(**
3232
* @brief Absolute in-game time.
@@ -36,7 +36,7 @@ interface
3636
*
3737
* Type: u32
3838
*)
39-
SCS_TELEMETRY_CHANNEL_game_time = TelemetryString('game.time');
39+
SCS_TELEMETRY_CHANNEL_game_time = SDKString('game.time');
4040

4141
(**
4242
* @brief Offset from the game_time simulated in the local economy to the
@@ -51,7 +51,7 @@ interface
5151
*
5252
* Type: s32
5353
*)
54-
SCS_TELEMETRY_CHANNEL_multiplayer_time_offset = TelemetryString('multiplayer.time.offset');
54+
SCS_TELEMETRY_CHANNEL_multiplayer_time_offset = SDKString('multiplayer.time.offset');
5555

5656
(**
5757
* @brief Time until next rest stop.
@@ -64,7 +64,7 @@ interface
6464
*
6565
* Type: s32
6666
*)
67-
SCS_TELEMETRY_CHANNEL_next_rest_stop = TelemetryString('rest.stop');
67+
SCS_TELEMETRY_CHANNEL_next_rest_stop = SDKString('rest.stop');
6868

6969
(*</interface>*)
7070

0 commit comments

Comments
 (0)