ExMod-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers (scpsl). It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://exmod-team.github.io/EXILED/
Other
38 stars 21 forks source link

`[EXILED::API]` Adding MoveNetworkIdentityObject #48

Closed NotZer0Two closed 3 weeks ago

NotZer0Two commented 1 month ago

Description

Describe the changes Lets the user move NetworkIdentities it can be bugged for the current culling system, in theory you can move object with a radius of 500m (Very small) and that will let them load in, could be useful for moving objects that you don't want in the facility to spawn or for example the Bowl of Candy

What is the current behavior? (You can also link to an open issue here)

What is the new behavior? (if this is a feature change)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:


Types of changes

Submission checklist

Patches (if there are any changes related to Harmony patches)

Other

Misfiy commented 1 month ago

Fix conflicts