Class ArtifactTriggerPrototype
This is a prototype for...
Inheritance
System.Object
ArtifactTriggerPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Assembly: Content.Shared.dll
Syntax
public sealed class ArtifactTriggerPrototype : object, IPrototype
Fields
|
Improve this Doc
View Source
Blacklist
Declaration
public EntityWhitelist Blacklist
Field Value
|
Improve this Doc
View Source
Components
Declaration
public ComponentRegistry Components
Field Value
Type |
Description |
Robust.Shared.Prototypes.ComponentRegistry |
|
|
Improve this Doc
View Source
TargetDepth
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TriggerHint
Declaration
public string? TriggerHint
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Whitelist
Declaration
public EntityWhitelist Whitelist
Field Value
Properties
|
Improve this Doc
View Source
ID
Declaration
public string ID { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Robust.Shared.Prototypes.IPrototype