[#GetScriptFlagNames] = GetScriptFlagNames :mrdocs: List the human‐readable names of the set verification flags. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::string> GetScriptFlagNames(xref:script_verify_flags.adoc[script_verify_flags] flags); ---- == Return Value The names of the flags that are set. == Parameters [cols="1,4"] |=== | Name| Description | *flags* | The verification flag bit set to describe. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#