From f1bb49ceb7ca2b61c70cb8ee04cbd98988024aa4 Mon Sep 17 00:00:00 2001 From: VALERA771 Date: Fri, 8 Dec 2023 19:03:11 +0300 Subject: [PATCH] rawr --- Exiled.API/Features/Scp914.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Exiled.API/Features/Scp914.cs b/Exiled.API/Features/Scp914.cs index 3b07f549dc..e5d394b222 100644 --- a/Exiled.API/Features/Scp914.cs +++ b/Exiled.API/Features/Scp914.cs @@ -63,6 +63,11 @@ public static Scp914Mode ConfigMode /// public static Vector3 OutputPosition => Scp914Controller.OutputChamber.localPosition; + /// + /// Gets the position offset in which item is moving. + /// + public static Vector3 MovingVector => OutputPosition - IntakePosition; + /// /// Gets a value indicating whether SCP-914 is active and currently processing items. ///