Skip to content

Commit

Permalink
Add note to docs on how to override privileges (#9792)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Oct 3, 2020
1 parent 7d36410 commit 9624387
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/lua_api.txt
Expand Up @@ -5767,6 +5767,9 @@ Global tables
* Map of registered tool definitions, indexed by name
* `minetest.registered_entities`
* Map of registered entity prototypes, indexed by name
* Values in this table may be modified directly.
Note: changes to initial properties will only affect entities spawned afterwards,
as they are only read when spawning.
* `minetest.object_refs`
* Map of object references, indexed by active object id
* `minetest.luaentities`
Expand Down Expand Up @@ -5797,6 +5800,7 @@ Global tables
* Map of registered chat command definitions, indexed by name
* `minetest.registered_privileges`
* Map of registered privilege definitions, indexed by name
* Registered privileges can be modified directly in this table.

### Registered callback tables

Expand Down

0 comments on commit 9624387

Please sign in to comment.