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

Class RustPlayerEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerDemolishingBuildingBlockEvent
RustPlayerPlacingConstructionEvent
RustPlayerUpgradingBuildingBlockEvent
RustPlayerUsingWiresEvent
RustPlayerWearingClothingEvent
RustPlayerChattingEvent
RustPlayerVoiceReceivedEvent
RustPlayerConnectedEvent
RustPlayerAccessingLockedEntityEvent
RustPlayerAccessingMailboxEvent
RustPlayerAssigningSleepingBagEvent
RustPlayerChangingLockCodeEvent
RustPlayerCorpseSpawnedEvent
RustPlayerDeployingEntityEvent
RustPlayerDismountingEntityEvent
RustPlayerHackingCrateEvent
RustPlayerHidingStashEvent
RustPlayerLockingLockEvent
RustPlayerLootedItemEvent
RustPlayerLootingEntityEvent
RustPlayerMountingEntityEvent
RustPlayerPickingUpEntityEvent
RustPlayerRenamingSleepingBagEvent
RustPlayerRevealingStashEvent
RustPlayerUnlockingLockEvent
RustPlayerUpdatingSignEvent
RustPlayerInfoSetEvent
RustPlayerInputReceivedEvent
RustPlayerActiveItemChangedEvent
RustPlayerActiveItemDroppedEvent
RustPlayerCraftingItemEvent
RustPlayerExperimentingEvent
RustPlayerPickingUpItemEvent
RustPlayerPickingUpLockEvent
RustPlayerResearchingItemEvent
RustPlayerAssistingEvent
RustPlayerAttackingEvent
RustPlayerDamagingEvent
RustPlayerDeathEvent
RustPlayerGettingWoundedEvent
RustPlayerHealthUpdatingEvent
RustPlayerMeleeAttackingEvent
RustPlayerRecoveredEvent
RustPlayerRecoveringEvent
RustPlayerRespawnedEvent
RustPlayerRespawningEvent
RustPlayerRevivingEvent
RustPlayerSleepEndedEvent
RustPlayerSleepStartingEvent
RustPlayerSpawnedEvent
RustPlayerMapMarkerAddedEvent
RustPlayerMapMarkerAddingEvent
RustPlayerMapMarkerRemovingEvent
RustPlayerMapMarkersClearedEvent
RustPlayerMapMarkersClearingEvent
RustPlayerKickedEvent
RustPlayerSpectateEndingEvent
RustPlayerSpectateStartingEvent
RustPlayerSpectateUpdatingFilterEvent
RustPlayerClosedUiEvent
RustPlayerOpeningUiEvent
RustPlayerPushingBoatEvent
RustPlayerAntiHackViolationEvent
RustPlayerReportedEvent
Implements
IPlayerEvent
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerEvent : Event, IPlayerEvent, IEvent

Constructors

| Improve this Doc View Source

RustPlayerEvent(RustPlayer)

Declaration
public RustPlayerEvent(RustPlayer player)
Parameters
Type Name Description
RustPlayer player

Properties

| Improve this Doc View Source

Player

Declaration
public RustPlayer Player { get; }
Property Value
Type Description
RustPlayer

Explicit Interface Implementations

| Improve this Doc View Source

IPlayerEvent.Player

Declaration
IPlayer IPlayerEvent.Player { get; }
Returns
Type Description
IPlayer

Implements

IPlayerEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)