OnPackageStart

From Onset Developer Wiki
Revision as of 08:22, 16 January 2020 by Chloe (talk | contribs)
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