StartPackage

From Onset Developer Wiki
Revision as of 16:00, 10 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Start a package during runtime. If the package contains client files, they will be downloaded during the game.}} {{FuncSyntax|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
StartPackage

Type: Function
Context: Server
Introduced: v1.0

Description

Start a package during runtime. If the package contains client files, they will be downloaded during the game.

Syntax

StartPackage(PackageName)

Parameters

  • PackageName
    The name of the package.

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also

__EDIT_ME__