Class PlayerGroup
- Namespace
- Vintagestory.API.Server
- Assembly
- VintagestoryAPI.dll
[JsonObject(MemberSerialization.OptIn)]
public class PlayerGroup
- Inheritance
-
PlayerGroup
- Inherited Members
-
- Extension Methods
-
Constructors
PlayerGroup()
Fields
ChatHistory
[JsonProperty]
public List<ChatLine> ChatHistory
Field Value
- List<ChatLine>
CreatedByPrivateMessage
[JsonProperty]
public bool CreatedByPrivateMessage
Field Value
- bool
CreatedDate
[JsonProperty]
public string CreatedDate
Field Value
- string
JoinPolicy
[JsonProperty]
public string JoinPolicy
Field Value
- string
Md5Identifier
[JsonProperty]
public string Md5Identifier
Field Value
- string
Name
[JsonProperty]
public string Name
Field Value
- string
OnlinePlayers
public List<IPlayer> OnlinePlayers
Field Value
- List<IPlayer>
OwnerUID
[JsonProperty]
public string OwnerUID
Field Value
- string
Uid
[JsonProperty]
public int Uid
Field Value
- int