OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedPlayerGroupOrRankChangedEvent

Inheritance
System.Object
UnturnedPlayerEvent
UnturnedPlayerGroupOrRankChangedEvent
UnturnedPlayerGroupChangedEvent
Implements
IPlayerEvent
IEvent
Inherited Members
UnturnedPlayerEvent.Player
UnturnedPlayerEvent.IPlayerEvent.Player
Namespace: OpenMod.Unturned.Players.Quests.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerGroupOrRankChangedEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent

Constructors

| Improve this Doc View Source

UnturnedPlayerGroupOrRankChangedEvent(UnturnedPlayer, CSteamID, EPlayerGroupRank, CSteamID, EPlayerGroupRank)

Declaration
public UnturnedPlayerGroupOrRankChangedEvent(UnturnedPlayer player, CSteamID oldGroupId, EPlayerGroupRank oldGroupRank, CSteamID newGroupId, EPlayerGroupRank newGroupRank)
Parameters
Type Name Description
UnturnedPlayer player
CSteamID oldGroupId
EPlayerGroupRank oldGroupRank
CSteamID newGroupId
EPlayerGroupRank newGroupRank

Properties

| Improve this Doc View Source

NewGroupId

Declaration
public CSteamID NewGroupId { get; }
Property Value
Type Description
CSteamID
| Improve this Doc View Source

NewGroupRank

Declaration
public EPlayerGroupRank NewGroupRank { get; }
Property Value
Type Description
EPlayerGroupRank
| Improve this Doc View Source

OldGroupId

Declaration
public CSteamID OldGroupId { get; }
Property Value
Type Description
CSteamID
| Improve this Doc View Source

OldGroupRank

Declaration
public EPlayerGroupRank OldGroupRank { get; }
Property Value
Type Description
EPlayerGroupRank

Implements

IPlayerEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)