Show / Hide Table of Contents

Class VirtualItemDeletedEvent

Raised directed on both the blocking entity and user when a virtual hand item is deleted.

Inheritance
System.Object
VirtualItemDeletedEvent
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public sealed class VirtualItemDeletedEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

VirtualItemDeletedEvent(EntityUid, EntityUid)

Declaration
public VirtualItemDeletedEvent(EntityUid blockingEntity, EntityUid user)
Parameters
Type Name Description
EntityUid blockingEntity
EntityUid user

Fields

| Improve this Doc View Source

BlockingEntity

Declaration
public EntityUid BlockingEntity
Field Value
Type Description
EntityUid
| Improve this Doc View Source

User

Declaration
public EntityUid User
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾