Click or drag to resize

WebRTCMultiplayerGetPeers Method

Returns a dictionary which keys are the peer ids and values the peer representation as in GetPeer(Int32).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary GetPeers()

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.WebRTCMultiplayer.GetPeers"]

See Also