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

Class UnturnedPlayerGroupIdChangedEvent

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

Constructors

| Improve this Doc View Source

UnturnedPlayerGroupIdChangedEvent(UnturnedPlayer, CSteamID, CSteamID)

Declaration
public UnturnedPlayerGroupIdChangedEvent(UnturnedPlayer player, CSteamID oldGroupId, CSteamID newGroupId)
Parameters
Type Name Description
UnturnedPlayer player
CSteamID oldGroupId
CSteamID newGroupId

Properties

| Improve this Doc View Source

NewGroupId

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

OldGroupId

Declaration
public CSteamID OldGroupId { get; }
Property Value
Type Description
CSteamID

Implements

IPlayerEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)