1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Change config.ans variables for games (add global directory, start expression, remove start script)

This commit is contained in:
Étienne Fildadut 2022-01-16 00:18:20 +01:00
parent 428042c5d9
commit 311ff83d59
2 changed files with 26 additions and 18 deletions

View file

@ -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