C# Class ServerTools.MutePlayer

Mostrar archivo Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
Dict DateTime>.SortedDictionary
PermLevelNeededforMute int

Public Methods

Method Description
Add ( ClientInfo _cInfo, string _playerName ) : void
Remove ( ClientInfo _cInfo, string _playerName ) : void

Method Details

Add() public static method

public static Add ( ClientInfo _cInfo, string _playerName ) : void
_cInfo ClientInfo
_playerName string
return void

Remove() public static method

public static Remove ( ClientInfo _cInfo, string _playerName ) : void
_cInfo ClientInfo
_playerName string
return void

Property Details

Dict public_oe static_oe property

public static SortedDictionary Dict
return DateTime>.SortedDictionary

PermLevelNeededforMute public_oe static_oe property

public static int PermLevelNeededforMute
return int