Class BaseActionComponentState
Inheritance
System.Object
BaseActionComponentState
Assembly: Content.Shared.dll
Syntax
public abstract class BaseActionComponentState : ComponentState
Constructors
|
Improve this Doc
View Source
BaseActionComponentState(BaseActionComponent, IEntityManager)
Declaration
protected BaseActionComponentState(BaseActionComponent component, IEntityManager entManager)
Parameters
Fields
|
Improve this Doc
View Source
AttachedEntity
Declaration
public NetEntity? AttachedEntity
Field Value
Type |
Description |
System.Nullable<NetEntity> |
|
|
Improve this Doc
View Source
AutoPopulate
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Charges
Declaration
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CheckCanInteract
Declaration
public bool CheckCanInteract
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ClientExclusive
Declaration
public bool ClientExclusive
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Container
Declaration
public NetEntity? Container
Field Value
Type |
Description |
System.Nullable<NetEntity> |
|
|
Improve this Doc
View Source
Cooldown
Declaration
public (TimeSpan Start, TimeSpan End)? Cooldown
Field Value
Type |
Description |
System.Nullable<System.ValueTuple<TimeSpan, TimeSpan>> |
|
|
Improve this Doc
View Source
Enabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EntityIcon
Declaration
public NetEntity? EntityIcon
Field Value
Type |
Description |
System.Nullable<NetEntity> |
|
|
Improve this Doc
View Source
Icon
Declaration
public SpriteSpecifier Icon
Field Value
Type |
Description |
Robust.Shared.Utility.SpriteSpecifier |
|
|
Improve this Doc
View Source
IconColor
Declaration
Field Value
|
Improve this Doc
View Source
IconOn
Declaration
public SpriteSpecifier IconOn
Field Value
Type |
Description |
Robust.Shared.Utility.SpriteSpecifier |
|
|
Improve this Doc
View Source
ItemIconStyle
Declaration
public ItemActionIconStyle ItemIconStyle
Field Value
|
Improve this Doc
View Source
Keywords
Declaration
public HashSet<string> Keywords
Field Value
Type |
Description |
HashSet<System.String> |
|
|
Improve this Doc
View Source
Priority
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Sound
Declaration
public SoundSpecifier Sound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
Temporary
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Toggled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseDelay
Declaration
public TimeSpan? UseDelay
Field Value
Type |
Description |
System.Nullable<TimeSpan> |
|