Class NinjaRoleComponent
Stores the ninja's objectives on the mind so if they die the rest of the greentext persists.
Namespace: Content.Server.Roles
Assembly: Content.Server.dll
Syntax
public sealed class NinjaRoleComponent : AntagonistRoleComponent
Fields
| Improve this Doc View SourceCalledInThreat
Whether the comms console has been hacked, used for objective
Declaration
public bool CalledInThreat
Field Value
Type | Description |
---|---|
System.Boolean |
DoorsJacked
Number of doors that have been doorjacked, used for objective
Declaration
public int DoorsJacked
Field Value
Type | Description |
---|---|
System.Int32 |
DownloadedNodes
Research nodes that have been downloaded, used for objective
Declaration
public HashSet<string> DownloadedNodes
Field Value
Type | Description |
---|---|
HashSet<System.String> |
SpiderChargeDetonated
Whether the spider charge has been detonated on the target, used for objective
Declaration
public bool SpiderChargeDetonated
Field Value
Type | Description |
---|---|
System.Boolean |
SpiderChargeTarget
Warp point that the spider charge has to target
Declaration
public EntityUid? SpiderChargeTarget
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |