Class ComputerBoundUserInterfaceBase
This class is to avoid a lot of <> being written when we just want to refer to SendMessage. We could instead qualify a lot of generics even further, but that is a waste of time.
Inheritance
System.Object
ComputerBoundUserInterfaceBase
Namespace: Content.Client.Computer
Assembly: Content.Client.dll
Syntax
public class ComputerBoundUserInterfaceBase : BoundUserInterface
Constructors
| Improve this Doc View SourceComputerBoundUserInterfaceBase(EntityUid, Enum)
Declaration
public ComputerBoundUserInterfaceBase(EntityUid owner, Enum uiKey)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | owner | |
Enum | uiKey |
Methods
| Improve this Doc View SourceSendMessage(BoundUserInterfaceMessage)
Declaration
public void SendMessage(BoundUserInterfaceMessage msg)
Parameters
Type | Name | Description |
---|---|---|
BoundUserInterfaceMessage | msg |