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