diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index 1f8c9b5921..e2f3ea3597 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -1057,7 +1057,9 @@ save yourself some time, copy this for undocumented things:
Set the fractional horizontal alignment of the Actor according to fAlign which should be a float in the range 0..1. An alignment of 0 is left aligned while an alignment of 1 is right aligned. See for the common case.
-
+
+ Sets the heading of this Actor to fHeading.
+
Hides the Actor for the specified amount of time.
@@ -1085,7 +1087,9 @@ save yourself some time, copy this for undocumented things:
Stops the Actor's movement. (Usually used for Sprites or Models.)
-
+
+ Sets the pitch of this Actor to fPitch.
+
Starts the Actor's movement. (Usually used for Sprites or Models.)
@@ -1107,7 +1111,9 @@ save yourself some time, copy this for undocumented things:
Makes the Actor change colors continually using colors of the rainbow.
-
+
+ Sets the roll of this Actor to fRoll.
+
Set the Actor's rotation on the X axis to fAlign.