6,834
edits
No edit summary |
No edit summary |
||
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 = | |cancel = false | ||
|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); |
edits