There are no ‘Enable/Disable’ calls within verse, even though it exists on the device as channels
Also missing is the ‘On Item Picked Up’ function to be exposed through verse
Also missing is the ‘On Item Picked Up’ function to be exposed through verse
elimination_manager_device derives from base_item_spawn_device which has the Enable and Disable functions. It also has the event ItemPickedUpEvent. So you can call those functions on the elimination_manager_device and subscribe to that event.
Ahh, perfect, thank you!