Show / Hide Table of Contents

Class IntrinsicUISystem

Inheritance
System.Object
IntrinsicUISystem
Namespace: Content.Server.UserInterface
Assembly: Content.Server.dll
Syntax
public sealed class IntrinsicUISystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

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

InteractUI(EntityUid, Nullable<Enum>, IntrinsicUIComponent, ActorComponent)

Declaration
public bool InteractUI(EntityUid uid, Enum? key, IntrinsicUIComponent iui = null, ActorComponent actor = null)
Parameters
Type Name Description
EntityUid uid
System.Nullable<Enum> key
IntrinsicUIComponent iui
Robust.Server.GameObjects.ActorComponent actor
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾