Show / Hide Table of Contents

Struct ActionAddedEvent

Raised directed at an action container when a new action entity gets inserted.

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

Constructors

| Improve this Doc View Source

ActionAddedEvent(EntityUid, BaseActionComponent)

Declaration
public ActionAddedEvent(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
☀
☾