Class SharedCommsHackerSystem
Only exists in shared to provide API and for access. All logic is serverside.
Namespace: Content.Shared.Communications
Assembly: Content.Shared.dll
Syntax
public abstract class SharedCommsHackerSystem : EntitySystem
Methods
| Improve this Doc View SourceSetThreats(EntityUid, String, CommsHackerComponent)
Set the threats prototype to choose from when hacking a comms console.
Declaration
public void SetThreats(EntityUid uid, string threats, CommsHackerComponent comp = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
System.String | threats | |
CommsHackerComponent | comp |