Added two new components, Grabbed and Released to make it easier for other systems to interact with held objects. This has been tested on The Station and has proved to work very well.
What is the overall impact?
It should now be possible to implement "socket" type mechanics where a player picks up an object, inserts it into a socket and then releases it, without having to run systems multiple times or other hacks.
What is this related to?
432
What changed?
Added two new components,
Grabbed
andReleased
to make it easier for other systems to interact with held objects. This has been tested on The Station and has proved to work very well.What is the overall impact?
It should now be possible to implement "socket" type mechanics where a player picks up an object, inserts it into a socket and then releases it, without having to run systems multiple times or other hacks.