Altered expcore to have different module names

This commit is contained in:
Cooldude2606
2019-05-29 22:31:23 +01:00
parent 801f942d29
commit a4543b44fe
60 changed files with 492 additions and 373 deletions

View File

@@ -1,6 +1,5 @@
--- Factorio command making module that makes commands with better parse and more modularity
-- @author Cooldude2606
-- @module Commands
--[[
>>>>Example Authenticator:
The command system is most useful when you can control who can use commands; to do this would would need to

View File

@@ -1,6 +1,5 @@
--- Adds some commonly used functions used in many modules
-- @author cooldude2606
-- @module Common
--[[
>>>>Functions List (see function for more detail):
Common.type_check(value,test_type) --- Compare types faster for faster validation of prams

View File

@@ -1,6 +1,5 @@
--- Permission group making for factorio so you never have to make one by hand again
-- @author Cooldude2606
-- @module Permissions_Groups
--[[
>>>>Example Group (Allow All)

View File

@@ -1,6 +1,5 @@
--- Factorio role system to manage custom permissions
-- @author Cooldude2606
-- @module Commands
--[[
>>>>Using Role System (Frontend):
When a map first starts you will want to define on mass all the players you expect to join and the roles to give them: