OnPlayerDownloadFile: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Event|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|OnPlayerDownloadFile}} {{FuncParameters}} == Example == __EDIT_ME__ {{RelatedFunctions}} {{ServerEve...")
 
No edit summary
Line 1: Line 1:
{{Info|Event|Server|1.0}}
{{Info|Event|Server|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Called when a client finished downloading a package file from the server.}}


{{FuncSyntax|OnPlayerDownloadFile}}
{{FuncSyntax|OnPlayerDownloadFile(player, FileName, Checksum)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|player|__EDIT_ME__}}
{{FuncParam|FileName|__EDIT_ME__}}
{{FuncParam|Checksum|__EDIT_ME__}}
== Example ==
== Example ==
__EDIT_ME__
__EDIT_ME__

Revision as of 13:34, 11 September 2019

OnPlayerDownloadFile

Type: Event
Context: Server
Introduced: v1.0

Description

Called when a client finished downloading a package file from the server.

Syntax

OnPlayerDownloadFile(player, FileName, Checksum)

Parameters

  • player
    __EDIT_ME__
  • FileName
    __EDIT_ME__
  • Checksum
    __EDIT_ME__

Example

__EDIT_ME__

See also

Player

Vehicle

Game

Package

NPC

Object

Pickup

Text3D

Door