Documentation
¶
Index ¶
Constants ¶
View Source
const ( // one entrypoint to rule them all // one entrypoint to find them // one entrypoint to bring them all // and in the darkness require() them Entrypoint = "main" EntrypointFilename = Entrypoint + ".luau" // (okay, init.luau doesn't work since *that* RFC) InvalidEntrypiont = "init.luau" DataDir = "./data" ProgramsDir = DataDir + "/programs" )
Variables ¶
This section is empty.
Functions ¶
func BundleStored ¶
func UnbundleToDir ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.