Steam SDK extension 1.9.0

This release adds several new functions specifically to work with games lobbies via the ISteamMatchmaking Interface:

  • NEW: steam.matchmaking_create_lobby()
  • NEW: steam.matchmaking_join_lobby()
  • NEW: steam.matchmaking_leave_lobby()
  • NEW: steam.matchmaking_set_lobby_data()
  • NEW: steam.matchmaking_get_lobby_data()
  • NEW: steam.matchmaking_get_lobby_data_count()
  • NEW: steam.matchmaking_get_lobby_data_by_index()
  • NEW: steam.matchmaking_get_num_lobby_members()
  • NEW: steam.matchmaking_get_lobby_member_by_index()
  • NEW: steam.matchmaking_send_lobby_chat_msg()
  • NEW: steam.matchmaking_get_lobby_chat_entry()
  • NEW: steam.matchmaking_create_lobby()
  • NEW: LobbyCreated_t event
  • NEW: LobbyEnter_t event
  • NEW: LobbyChatUpdate_t event
  • NEW: LobbyChatMsg_t event

(Releases · defold/extension-steam · GitHub)

12 Likes

I overlooked the update to the native extension and did the same thing in my local version. :frowning:

1 Like

Oh no! You should have created a PR with your improvements!