OnElementStreamIn: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Manual revert
 
Line 7: Line 7:
|arg1 = Element element The element that has streamed in for a client.
|arg1 = Element element The element that has streamed in for a client.
|arg2 = Client client The client that the element has streamed in for. Server-side only.
|arg2 = Client client The client that the element has streamed in for. Server-side only.
|cancel = false
|cancel = true
|exampleJSSS = addEventHandler('OnElementStreamIn', (event, element, client) => {
|exampleJSSS = addEventHandler('OnElementStreamIn', (event, element, client) => {
message('Element with id ' + element.id + ' has streamed in for ' + client.name, COLOUR_BLUE);
message('Element with id ' + element.id + ' has streamed in for ' + client.name, COLOUR_BLUE);
6,833

edits