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

Class UnturnedPlayerJoiningGroupEvent

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

Constructors

| Improve this Doc View Source

UnturnedPlayerJoiningGroupEvent(UnturnedPlayer, CSteamID, EPlayerGroupRank)

Declaration
public UnturnedPlayerJoiningGroupEvent(UnturnedPlayer player, CSteamID newGroupId, EPlayerGroupRank newGroupRank)
Parameters
Type Name Description
UnturnedPlayer player
CSteamID newGroupId
EPlayerGroupRank newGroupRank

Properties

| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| 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

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)