summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankofannie2@gmail.com>2019-02-27 02:34:07 +0800
committerAnnieRuru <jeankofannie2@gmail.com>2019-02-27 02:34:07 +0800
commit94db964dab27c4572671aa1b486398573e86cce5 (patch)
treebd5dc8b3610b339d42d9fb540bcf35f14c3e384c /doc/script_commands.txt
parentc85d0d32a3674551a6b2f74029572e8eb6d0a0f4 (diff)
downloadhercules-94db964dab27c4572671aa1b486398573e86cce5.tar.gz
hercules-94db964dab27c4572671aa1b486398573e86cce5.tar.bz2
hercules-94db964dab27c4572671aa1b486398573e86cce5.tar.xz
hercules-94db964dab27c4572671aa1b486398573e86cce5.zip
Deprecate UDT_WALKTOXY constant
- this constant only used by *setunitdata, now has to use *unitwalk
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index a0fac8f9b..cc8ff6fe5 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -10048,7 +10048,6 @@ Applicable Data Types (available as constants) -
UDT_MAXSP: MAX SP (int)
UDT_MASTERAID: Master Account ID (for Summons) (int)
UDT_MASTERCID: Master Char ID (for Summons) (int)
- UDT_WALKTOXY: Make a unit walk to certain co-ordinates. (Val1 = (int) x, Val2 = (int) y)
UDT_SPEED: Unit Speed. (int)
UDT_MODE: Mode (Mobs only) (int)
UDT_AI: Unit AI Type (see doc/constants.md for Unit AI Types)