Show / Hide Table of Contents

Class RequestPerformActionEvent

Event used to communicate with the server that a client wishes to perform some action.

Inheritance
System.Object
RequestPerformActionEvent
Namespace: Content.Shared.Actions
Assembly: Content.Shared.dll
Syntax
public sealed class RequestPerformActionEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

RequestPerformActionEvent(NetEntity)

Declaration
public RequestPerformActionEvent(NetEntity action)
Parameters
Type Name Description
NetEntity action
| Improve this Doc View Source

RequestPerformActionEvent(NetEntity, NetEntity)

Declaration
public RequestPerformActionEvent(NetEntity action, NetEntity entityTarget)
Parameters
Type Name Description
NetEntity action
NetEntity entityTarget
| Improve this Doc View Source

RequestPerformActionEvent(NetEntity, NetCoordinates)

Declaration
public RequestPerformActionEvent(NetEntity action, NetCoordinates entityCoordinatesTarget)
Parameters
Type Name Description
NetEntity action
Robust.Shared.Map.NetCoordinates entityCoordinatesTarget

Fields

| Improve this Doc View Source

Action

Declaration
public readonly NetEntity Action
Field Value
Type Description
NetEntity
| Improve this Doc View Source

EntityCoordinatesTarget

Declaration
public readonly NetCoordinates? EntityCoordinatesTarget
Field Value
Type Description
System.Nullable<Robust.Shared.Map.NetCoordinates>
| Improve this Doc View Source

EntityTarget

Declaration
public readonly NetEntity? EntityTarget
Field Value
Type Description
System.Nullable<NetEntity>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾