Show / Hide Table of Contents

Class NinjaRoleComponent

Stores the ninja's objectives on the mind so if they die the rest of the greentext persists.

Inheritance
System.Object
AntagonistRoleComponent
NinjaRoleComponent
Namespace: Content.Server.Roles
Assembly: Content.Server.dll
Syntax
public sealed class NinjaRoleComponent : AntagonistRoleComponent

Fields

| Improve this Doc View Source

CalledInThreat

Whether the comms console has been hacked, used for objective

Declaration
public bool CalledInThreat
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DoorsJacked

Number of doors that have been doorjacked, used for objective

Declaration
public int DoorsJacked
Field Value
Type Description
System.Int32
| Improve this Doc View Source

DownloadedNodes

Research nodes that have been downloaded, used for objective

Declaration
public HashSet<string> DownloadedNodes
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

SpiderChargeDetonated

Whether the spider charge has been detonated on the target, used for objective

Declaration
public bool SpiderChargeDetonated
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SpiderChargeTarget

Warp point that the spider charge has to target

Declaration
public EntityUid? SpiderChargeTarget
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾