mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Change config.ans variables for games (add global directory, start expression, remove start script)
This commit is contained in:
parent
428042c5d9
commit
311ff83d59
2 changed files with 26 additions and 18 deletions
|
|
@ -302,7 +302,7 @@ common = {
|
|||
return true
|
||||
end,
|
||||
--- check if an anselme value is of a certain type
|
||||
-- specificity(number): if var is of type type
|
||||
-- specificity(number): if var is of type type. lower is more specific
|
||||
-- false: if not
|
||||
is_of_type = function(var, type)
|
||||
local depth = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue