Show / Hide Table of Contents

Class CartridgeAfterInteractEvent

Gets sent to running programs when the cartridge loader receives an after interact event

Inheritance
System.Object
CartridgeAfterInteractEvent
Namespace: Content.Server.CartridgeLoader
Assembly: Content.Server.dll
Syntax
public sealed class CartridgeAfterInteractEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

CartridgeAfterInteractEvent(EntityUid, AfterInteractEvent)

Declaration
public CartridgeAfterInteractEvent(EntityUid loader, AfterInteractEvent interactEvent)
Parameters
Type Name Description
EntityUid loader
AfterInteractEvent interactEvent

Fields

| Improve this Doc View Source

InteractEvent

Declaration
public readonly AfterInteractEvent InteractEvent
Field Value
Type Description
AfterInteractEvent
| Improve this Doc View Source

Loader

Declaration
public readonly EntityUid Loader
Field Value
Type Description
EntityUid

See Also

AfterInteractEvent
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾