Show / Hide Table of Contents

Class UpdateCanMoveEvent

Raised whenever needs to be updated. Cancel this event to prevent a mover from moving.

Inheritance
System.Object
UpdateCanMoveEvent
Namespace: Content.Shared.Movement.Events
Assembly: Content.Shared.dll
Syntax
public sealed class UpdateCanMoveEvent : CancellableEntityEventArgs

Constructors

| Improve this Doc View Source

UpdateCanMoveEvent(EntityUid)

Declaration
public UpdateCanMoveEvent(EntityUid uid)
Parameters
Type Name Description
EntityUid uid

Properties

| Improve this Doc View Source

Uid

Declaration
public EntityUid Uid { get; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾