Struct ActionAddedEvent
Raised directed at an action container when a new action entity gets inserted.
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
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