From 53f46305173197d6a77ee1b462d2fc6f53eab867 Mon Sep 17 00:00:00 2001 From: myk002 Date: Fri, 2 Dec 2022 10:18:07 -0800 Subject: [PATCH] clarify docs for MovementFeet in the new Timers API --- docs/dev/Lua API.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index b8a94f59c..1a804bc64 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -1560,6 +1560,7 @@ Timers will be capped to go no lower than 1. * ``All`` (does not include unknown unit action types) * ``Movement`` + * ``MovementFeet`` (affects only walking and crawling speed. if you need to differentiate between walking and crawling, check the unit's ``flags1.on_ground`` flag, like the Pegasus boots do in the `modding-guide`) * ``MovementFeet`` (for walking speed, such as with pegasus boots from the `modding-guide`) * ``Combat`` (includes bloodsucking) * ``Work``