Classi statiche
Package
Classe che rappresenta il package corrente.
Mostra l'originale in inglese
Class which represents the current Package
19 propri
Funzioni statiche 16
- Export Makes any variable available in the global scope
- FlushPersistentData Flushes the Persistent Data pending changes to disk immediately
- GetCompatibilityVersion Returns the package compatibility version
- GetDirectories Gets a list of all directories in this package
- GetFiles Gets a list of all files in this package
- GetName Returns the package name/path
- GetPersistentData Gets the Persistent Value from the disk
- GetTitle Returns the package title
- GetVersion Returns the package version
- IsUnloading Returns whether this package is currently unloading
- LoadFile Compiles a .lua file and returns a function to run it
- ReloadClientFile Reloads a file from <code>Client/</code> or <code>Shared/</code> folder and sends the updated version to clients, triggering the <a href="#event-filereload">FileReload</a> event on them
- Require Loads a .lua file
- SetPersistentData Sets a Persistent Value which will be saved to disk
- Subscribe Subscribes to an Event
- Unsubscribe Unsubscribes from all subscribed Events in this Class and in this Package, optionally passing the function to unsubscribe only that callback