Skip to main content

Meta_Permission

Module: Metanodes / Definitions

A Permission represents the user's ability to perform a restricted task. More...

#include <meta_root.hpp>

Public Types

TypeName
enumIDX { Idx_Count }
Property index.

Detailed Description

struct Meta_Permission;

A Permission represents the user's ability to perform a restricted task.

Permissions are usually granted in response to license checks. Neither the C API nor Lua can create permissions, nor can they be loaded from file. The only thing they can be used for externally is to check their existence. They will not appear in any GUI.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Countint - Arbitrary count, perhaps representing allowed instances of whatever feature this permission protects

Property index.