Class CanAttackFromContainerEvent
Raised directed at an entity to check if they can attack while inside of a container.
Inheritance
System.Object
CanAttackFromContainerEvent
Assembly: Content.Shared.dll
Syntax
public sealed class CanAttackFromContainerEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
CanAttackFromContainerEvent(EntityUid, Nullable<EntityUid>)
Declaration
public CanAttackFromContainerEvent(EntityUid uid, EntityUid? target = null)
Parameters
Type |
Name |
Description |
EntityUid |
uid |
|
System.Nullable<EntityUid> |
target |
|
Fields
|
Improve this Doc
View Source
CanAttack
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Target
Declaration
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|
|
Improve this Doc
View Source
Uid
Declaration
Field Value
Type |
Description |
EntityUid |
|