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 SourceInitialize()
Declaration
public override void Initialize()
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 |