onObjectStreamOut
This event is triggered when an object is streamed out for the local player.
Parameters
Name | Type | Description |
---|---|---|
object | ObjectManager | The object that streamed out |
Example
object.events.on('onObjectStreamOut', object => {
console.log('object', object);
});
Available on: Client