Show / Hide Table of Contents

Struct ActionRemovedEvent

Raised directed at an action container when an action entity gets removed.

Namespace: Content.Shared.Actions
Assembly: Content.Shared.dll
Syntax
public struct ActionRemovedEvent

Constructors

| Improve this Doc View Source

ActionRemovedEvent(EntityUid, BaseActionComponent)

Declaration
public ActionRemovedEvent(EntityUid action, BaseActionComponent component)
Parameters
Type Name Description
EntityUid action
BaseActionComponent component

Fields

| Improve this Doc View Source

Action

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

Component

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