| GameLiftManagerm_Players Field |
Dictionary containing the all users that are connected peerIds and usernames
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Dictionary<int, string> m_Players
Public m_Players As Dictionary(Of Integer, String)
public:
Dictionary<int, String^>^ m_Players
val mutable m_Players: Dictionary<int, string>
Field Value
Type:
DictionaryInt32,
StringSee Also