mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
document
This commit is contained in:
parent
fdec39ec1f
commit
a1e3477164
@ -32,6 +32,8 @@ public interface IQSBAPI
|
||||
|
||||
/// <summary>
|
||||
/// Returns the list of IDs of all connected players.
|
||||
///
|
||||
/// The first player in the list is the host.
|
||||
/// </summary>
|
||||
uint[] GetPlayerIDs();
|
||||
|
||||
@ -65,6 +67,8 @@ public interface IQSBAPI
|
||||
|
||||
/// <summary>
|
||||
/// Sends a message containing arbitrary data to every player.
|
||||
///
|
||||
/// Keep your messages under around 1100 bytes.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The type of the data being sent. This type must be serializable.</typeparam>
|
||||
/// <param name="messageType">The unique key of the message.</param>
|
||||
|
Loading…
Reference in New Issue
Block a user