From 093bc590bb78245c0ba57701cd3e63000f1c6f12 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Thu, 14 Mar 2019 09:30:02 +0100 Subject: [PATCH] Updated API document --- display_api/API.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/display_api/API.md b/display_api/API.md index cb46fb2..acfd867 100644 --- a/display_api/API.md +++ b/display_api/API.md @@ -14,10 +14,6 @@ This method triggers entities update for the display node at pos. Actual entity This is a helper to register entities used for display. `entity_name`: Name of the entity to register. -### is\_rotation\_restricted -**display\_api.is\_rotation\_restricted()** - -When using Minetest before version 5.0, only upright entities were allowed. Not all node rotations where possible. This functions indicates if the rotation is restricted (true) or not. ## Provided callback implementations ### on_place