OnPackageStart: Difference between revisions

From Onset Developer Wiki
No edit summary
mNo edit summary
Line 9: Line 9:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ServerEvents}}
{{PackageServerEvents}}

Revision as of 08:22, 16 January 2020

OnPackageStart

Type: Event
Context: Server & Client
Introduced: v1.0

Description

Package was started and its scripts loaded. Use this event to initialize your script. For instance connecting to a database.

Syntax

OnPackageStart()

Example

__EDIT_ME__

See also