diff --git a/modules/blazium_sdk/doc_classes/LobbyClient.xml b/modules/blazium_sdk/doc_classes/LobbyClient.xml index c00159c4cebc..6a9688645006 100644 --- a/modules/blazium_sdk/doc_classes/LobbyClient.xml +++ b/modules/blazium_sdk/doc_classes/LobbyClient.xml @@ -23,7 +23,7 @@ Create a lobby and become host. If you are already in a lobby, you cannot create one. You need to leave first. - Generates [member lobby_created] signal. + Generates [signal lobby_created] signal. @@ -32,7 +32,7 @@ Joint a lobby. If you are already in a lobby, you cannot join another one. You need to leave first. - Generates [member lobby_joined]. + Generates [signal lobby_joined]. @@ -40,14 +40,14 @@ Kick a peer. You need to be host to do so. - Generates [member peer_left] signal with kicked set to true. + Generates [signal peer_left] signal with kicked set to true. Leave a lobby. You need to be in a lobby to leave one. - Generates [member lobby_left]. + Generates [signal lobby_left]. @@ -63,7 +63,7 @@ Send data either to the host, or if you are host send data to all peers. - Generates [member received_data] signal. + Generates [signal received_data] signal. @@ -72,28 +72,28 @@ Send data either to a peer, works only if you are host. - Generates [member received_data_to] signal. + Generates [signal received_data_to] signal. Ready up in the lobby. You need to be in a lobby and unready to run this. - Generates [member peer_ready]. + Generates [signal peer_ready]. Ready up in the lobby. You need to be in a lobby and ready to run this. - Generates [member peer_unready]. + Generates [signal peer_unready]. Seals the lobby. You need to be the host to do this and the lobby needs to be unsealed. - Generates [member lobby_sealed]. + Generates [signal lobby_sealed]. @@ -101,14 +101,14 @@ Set your peer name. - Generates [member peer_named] signal if you are in lobby. + Generates [signal peer_named] signal if you are in lobby. Unseals the lobby. You need to be the host to do this and the lobby needs to be sealed. - Generates [member lobby_unsealed]. + Generates [signal lobby_unsealed].