mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Changed Doc
This commit is contained in:
@@ -146,7 +146,7 @@ Manager.setVerbose = setmetatable(
|
|||||||
Manager.verbose('Current state is now: "selfInit"; The verbose state is: '..tostring(Manager.setVerbose.selfInit),true)
|
Manager.verbose('Current state is now: "selfInit"; The verbose state is: '..tostring(Manager.setVerbose.selfInit),true)
|
||||||
|
|
||||||
--- An optinal feature that can be used if you dont want to worry about conflicting global paths
|
--- An optinal feature that can be used if you dont want to worry about conflicting global paths
|
||||||
-- @usage local global = global_manager() -- sets up the global struture
|
-- @usage local global = Manager.global() -- sets up the global struture
|
||||||
-- @usage global{'foo','bar'} -- sets the default value
|
-- @usage global{'foo','bar'} -- sets the default value
|
||||||
-- @tparam[opt={}] table default the default value of global
|
-- @tparam[opt={}] table default the default value of global
|
||||||
-- @treturn table the new global table for that module
|
-- @treturn table the new global table for that module
|
||||||
|
|||||||
Reference in New Issue
Block a user