Show / Hide Table of Contents

Class GhostWarpsResponseEvent

A server to client response for a GhostWarpsRequestEvent. Contains players, and locations a ghost can warp to

Inheritance
System.Object
GhostWarpsResponseEvent
Namespace: Content.Shared.Ghost
Assembly: Content.Shared.dll
Syntax
public sealed class GhostWarpsResponseEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

GhostWarpsResponseEvent(List<GhostWarp>)

Declaration
public GhostWarpsResponseEvent(List<GhostWarp> warps)
Parameters
Type Name Description
List<GhostWarp> warps

Properties

| Improve this Doc View Source

Warps

A list of warp points.

Declaration
public List<GhostWarp> Warps { get; }
Property Value
Type Description
List<GhostWarp>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾