Table of Contents

Interface IGroupManager

Namespace
Vintagestory.API.Server
Assembly
VintagestoryAPI.dll
public interface IGroupManager

Properties

PlayerGroupsById

Dictionary<int, PlayerGroup> PlayerGroupsById { get; }

Property Value

Dictionary<int, PlayerGroup>

Methods

AddPlayerGroup(PlayerGroup)

void AddPlayerGroup(PlayerGroup group)

Parameters

group PlayerGroup

GetPlayerGroupByName(string)

PlayerGroup GetPlayerGroupByName(string name)

Parameters

name string

Returns

PlayerGroup

RemovePlayerGroup(PlayerGroup)

void RemovePlayerGroup(PlayerGroup group)

Parameters

group PlayerGroup