forked from maniaplanet/game-modes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display a button to join the channels from the online server browser.
- Loading branch information
Showing
8 changed files
with
214 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...base/Scripts/Libs/Nadeo/MP4/TPLagoon/Components/Multiplayer/ChannelInfoStructs.Script.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#Struct K_ChannelInfo { | ||
Text channel_name; | ||
Integer channel_online_players; | ||
Text channel_join_manialink; | ||
} | ||
|
||
#Struct K_ChannelTimeSlot { | ||
Integer time_slot_start_timestamp; | ||
Integer time_slot_end_timestamp; | ||
Integer time_slot_duration; | ||
Text program_name; | ||
Text program_card_image_url; | ||
} | ||
|
||
#Struct K_ChannelInfoResult { | ||
K_ChannelInfo[Text] channels; | ||
K_ChannelTimeSlot[][][Text] time_slots; | ||
} | ||
|
||
#Const K_ChannelInfo_ML """ | ||
#Struct K_ChannelInfo { | ||
Text channel_name; | ||
Integer channel_online_players; | ||
Text channel_join_manialink; | ||
} | ||
|
||
#Struct K_ChannelTimeSlot { | ||
Integer time_slot_start_timestamp; | ||
Integer time_slot_end_timestamp; | ||
Integer time_slot_duration; | ||
Text program_name; | ||
Text program_card_image_url; | ||
} | ||
|
||
#Struct K_ChannelInfoResult { | ||
K_ChannelInfo[Text] channels; | ||
K_ChannelTimeSlot[][][Text] time_slots; | ||
} | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.