GetAllPackages: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 23: Line 23:
*[[GetPackageName]]
*[[GetPackageName]]
*[[IsPackageStarted]]
*[[IsPackageStarted]]
*[[GetPackageFiles]]

Latest revision as of 17:13, 30 December 2020

GetAllPackages

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

Description

Returns the name of packages in a table.

Syntax

GetAllPackages()

Parameters

  • This function has no parameters.

Return Value

  • This function returns a table with package names.

Example

local packages = GetAllPackages()
print(packages[1]) -- prints your first package in server config

See also