Convert a set of permission flags into their human-readable names.
Declared in <net_permissions.h>
static
std::vector<std::string>
ToStrings(NetPermissionFlags flags);
One string per set flag.
| Name | Description |
|---|---|
| flags | The permission flags to describe. |