From d4df1ea62dc0fafa5b5b35c397495a612a9a4404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:12:38 +0200 Subject: [PATCH] Object properties: Minor improvements --- doc/object_properties.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/object_properties.adoc b/doc/object_properties.adoc index b8906e3..1b2ef2c 100644 --- a/doc/object_properties.adoc +++ b/doc/object_properties.adoc @@ -160,6 +160,8 @@ This sets the maximum height (in nodes) that an object can travel up if it colli How fast the object automatically rotates along the `y` axis in radians/second. +NOTE: Does not (yet) work for attached entities + === `automatic_face_movement_dir` * field type: `int` or `false` * unit: `degrees` @@ -254,7 +256,7 @@ A texture modifier that will be appended to the object's current textures for th The way these properties are laid out is in a table. -NOTE: Extraneous properties will be ignored, but might be interpreted incorrectly by furutre versions of the engine, which is why it is recommended to prefix them with an underscore. +NOTE: Extraneous properties will be ignored, but might be interpreted incorrectly by future versions of the engine, which is why it is recommended to prefix them with an underscore. NOTE: This uses regular indexing so metatables work as expected.