aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
0 files changed, 0 insertions, 0 deletions
pan class="hl kwa">true, use_texture_alpha = true, no_legacy_abms = true, texture_names_parens = true, } function core.has_feature(arg) if type(arg) == "table" then missing_features = {} result = true for ft, _ in pairs(arg) do if not core.features[ftr] then missing_features[ftr] = true result = false end end return result, missing_features elseif type(arg) == "string" then if not core.features[arg] then return false, {[arg]=true} end return true, {} end end