C# Class ServerTools.ChatHook

Show file Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
AdminColor string
AdminNameColoring bool
AdminPrefix string
ChatFlood bool

Public Methods

Method Description
Hook ( ClientInfo _cInfo, string _message, string _playerName, string _secondaryName, bool _localizeSecondary ) : bool

Method Details

Hook() public static method

public static Hook ( ClientInfo _cInfo, string _message, string _playerName, string _secondaryName, bool _localizeSecondary ) : bool
_cInfo ClientInfo
_message string
_playerName string
_secondaryName string
_localizeSecondary bool
return bool

Property Details

AdminColor public static property

public static string AdminColor
return string

AdminNameColoring public static property

public static bool AdminNameColoring
return bool

AdminPrefix public static property

public static string AdminPrefix
return string

ChatFlood public static property

public static bool ChatFlood
return bool