Delete Flag
Signature
bool deleteFlag(object name, ...)Description
Deletes one or more flags specified by their names owned by the current script.
Returns whether the operation was successful (true) or not (false).
Arguments
Name
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.
Notes
Throws an error if the flag is owned by another script.
Throws a warning if the flag does not exist.
Last updated