Class UnturnedPlayerBannedEvent
Inheritance
System.Object
UnturnedPlayerBannedEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerBannedEvent : Event
Constructors
|
Improve this Doc
View Source
UnturnedPlayerBannedEvent(CSteamID, CSteamID, UInt32, String, UInt32)
Declaration
public UnturnedPlayerBannedEvent(CSteamID instigator, CSteamID bannedPlayer, uint ip, string reason, uint duration)
Parameters
Type |
Name |
Description |
CSteamID |
instigator |
|
CSteamID |
bannedPlayer |
|
System.UInt32 |
ip |
|
System.String |
reason |
|
System.UInt32 |
duration |
|
Properties
|
Improve this Doc
View Source
BannedPlayer
Declaration
public CSteamID BannedPlayer { get; }
Property Value
Type |
Description |
CSteamID |
|
|
Improve this Doc
View Source
Duration
Declaration
public uint Duration { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Instigator
Declaration
public CSteamID Instigator { get; }
Property Value
Type |
Description |
CSteamID |
|
|
Improve this Doc
View Source
IP
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods