OnClientResourceFileDownload: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0160|1.5.8|20788|This event is triggered every time a resource file download is queued, finished or has failed.}} {{Warning|T...") |
No edit summary |
||
Line 19: | Line 19: | ||
==Example== | ==Example== | ||
{{Needs_Example}} | {{Needs_Example}} | ||
==Requirements== | |||
{{Requirements||1.5.8-9.20788|}} | |||
==See Also== | ==See Also== |
Revision as of 12:38, 18 January 2021
This event is triggered every time a resource file download is queued, finished or has failed.
Parameters
resource fileResource, string fileName, number fileSize, string state
- fileResource: resource the file belongs to
- fileName: relative resource file path
- fileSize: size of the file in bytes
- state: possible values:
"queued"
or"finished"
or"failed"
Source
The source of this event is the resource's root element.
Example
Script Example Missing Event OnClientResourceFileDownload needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
Requirements
This template will be deleted.
See Also
Client resource events
Client event functions
- triggerLatentServerEvent
- triggerServerEvent
- Shared
- addEvent
- addEventHandler
- cancelEvent
- cancelLatentEvent
- getEventHandlers
- getLatentEventHandles
- getLatentEventStatus
- removeEventHandler
- triggerEvent
- wasEventCancelled