bool deleteFlag(object name, ...)
Deletes one or more flags specified by their names owned by the current script.
Returns whether the operation was successful (true) or not (false).
true
false
The name of the flag to delete.
Can be a single string, a table of strings, a nested table of strings, or any mix of these.
string
table
Throws an error if the flag is owned by another script.
Throws a warning if the flag does not exist.
Last updated 11 days ago