--- a/LuaGameplay.wiki Thu Nov 14 16:02:49 2019 +0000
+++ b/LuaGameplay.wiki Thu Nov 14 16:05:31 2019 +0000
@@ -329,7 +329,7 @@
</code>
*Note*: Using the input mask is an effective way to script uninterrupted cinematics, or create modes such as No Jumping.
-*Note*: This function is used internally in the Animate [LuaLibraries library].
+*Note*: If you use the [LuaLibraryAnimate Animate library], you should not call `SetInputMask` directly and use `AnimSetInputMask` from the library instead. This is because the Animate library uses `SetInputMask` internally.
See also [GearMessages].