Add permissive mode for menu parsing that accepts unknown script tokens as long as they can be put into the script

This commit is contained in:
Jan
2021-11-28 17:55:26 +01:00
parent e94c48338c
commit b082e471e7
24 changed files with 200 additions and 72 deletions

View File

@ -12,6 +12,7 @@ public:
{
public:
bool Verbose = false;
bool PermissiveMenuParsing = false;
} Configuration;
/**