Show / Hide Table of Contents

Class PickupAnimationEvent

Plays a clientside pickup animation by copying the specified entity.

Inheritance
System.Object
PickupAnimationEvent
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public sealed class PickupAnimationEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

PickupAnimationEvent(NetEntity, NetCoordinates, NetCoordinates, Angle)

Declaration
public PickupAnimationEvent(NetEntity itemUid, NetCoordinates initialPosition, NetCoordinates finalPosition, Angle initialAngle)
Parameters
Type Name Description
NetEntity itemUid
Robust.Shared.Map.NetCoordinates initialPosition
Robust.Shared.Map.NetCoordinates finalPosition
Angle initialAngle

Fields

| Improve this Doc View Source

FinalPosition

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

InitialAngle

Declaration
public readonly Angle InitialAngle
Field Value
Type Description
Angle
| Improve this Doc View Source

InitialPosition

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

ItemUid

Entity to be copied for the clientside animation.

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