Show / Hide Table of Contents

Class RequestDecalPlacementEvent

Sent by clients to request that a decal is placed on the server.

Inheritance
System.Object
RequestDecalPlacementEvent
Namespace: Content.Shared.Decals
Assembly: Content.Shared.dll
Syntax
public sealed class RequestDecalPlacementEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

RequestDecalPlacementEvent(Decal, NetCoordinates)

Declaration
public RequestDecalPlacementEvent(Decal decal, NetCoordinates coordinates)
Parameters
Type Name Description
Decal decal
Robust.Shared.Map.NetCoordinates coordinates

Fields

| Improve this Doc View Source

Coordinates

Declaration
public NetCoordinates Coordinates
Field Value
Type Description
Robust.Shared.Map.NetCoordinates
| Improve this Doc View Source

Decal

Declaration
public Decal Decal
Field Value
Type Description
Decal
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾