Struct ActionRemovedEvent
Raised directed at an action container when an action entity gets removed.
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
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