ClassLuaPermissionGroups
Members
| create_group(name?) | → LuaPermissionGroup? | Creates a new permission group. |
Creates a new permission group. | ||
| get_group(group) | → LuaPermissionGroup? | Gets the permission group with the given name or group ID. |
Gets the permission group with the given name or group ID. | ||
| groups | :: R array[LuaPermissionGroup] | All of the permission groups. |
All of the permission groups. | ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||
Methods
create_group(name?) → LuaPermissionGroup?
Parameters
| name | :: string? |
Return values
| → LuaPermissionGroup? |
|

