Skip to content

SkyAngeLoL/FastIncludes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Fast includes functions

For client side:

includeCL("lua/myaddon/client_file.lua")

For shared sides:

includeSH("lua/myaddon/shared_file.lua")

For server side:

includeSV("lua/myaddon/server_file.lua")

Loading all files to the needed side:

includeCLFolder("lua/myaddon")
includeSHFolder("lua/myaddon")
includeSVFolder("lua/myaddon")

Loading all files from folder with tags "cl_" and "sv_". Other files are considered shared:

includeRSFolder("lua/myaddon")

About

Fast includes functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages