Show / Hide Table of Contents

Class PaperSystem

Inheritance
System.Object
PaperSystem
Namespace: Content.Server.Paper
Assembly: Content.Server.dll
Syntax
public sealed class PaperSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

SetContent(EntityUid, String, PaperComponent)

Declaration
public void SetContent(EntityUid uid, string content, PaperComponent paperComp = null)
Parameters
Type Name Description
EntityUid uid
System.String content
PaperComponent paperComp
| Improve this Doc View Source

TryStamp(EntityUid, StampDisplayInfo, String, PaperComponent)

Accepts the name and state to be stamped onto the paper, returns true if successful.

Declaration
public bool TryStamp(EntityUid uid, StampDisplayInfo stampInfo, string spriteStampState, PaperComponent paperComp = null)
Parameters
Type Name Description
EntityUid uid
StampDisplayInfo stampInfo
System.String spriteStampState
PaperComponent paperComp
Returns
Type Description
System.Boolean
| Improve this Doc View Source

UpdateUserInterface(EntityUid, PaperComponent, IPlayerSession)

Declaration
public void UpdateUserInterface(EntityUid uid, PaperComponent paperComp = null, IPlayerSession session = null)
Parameters
Type Name Description
EntityUid uid
PaperComponent paperComp
Robust.Server.Player.IPlayerSession session
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾