summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-10-04 19:12:37 +0300
committerAndrei Karas <akaras@inbox.ru>2018-10-04 19:12:37 +0300
commite47b40be9b351ed05b69ba23e065cc26625f7c67 (patch)
treeffe28a40a27f0e9051fbc904dded085bf61883fa /doc/script_commands.txt
parent1e32aa5e41593bf05645e4412c86d8f4a00dac75 (diff)
downloadhercules-e47b40be9b351ed05b69ba23e065cc26625f7c67.tar.gz
hercules-e47b40be9b351ed05b69ba23e065cc26625f7c67.tar.bz2
hercules-e47b40be9b351ed05b69ba23e065cc26625f7c67.tar.xz
hercules-e47b40be9b351ed05b69ba23e065cc26625f7c67.zip
Add script commands for show camera info window and change camera parameters.
New script commands: camerainfo, changecamera
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index d316a47ce..6cb7eb135 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -10183,3 +10183,19 @@ Show in client message by <message_id> from msg string table.
Optional <color> can be used for set color for whole message.
---------------------------------------
+
+*camerainfo()
+
+Show or hide camera info window.
+Works for 20160525 clients or newer.
+
+---------------------------------------
+
+*changecamera(<range>, <rotation>, <latitude>{, <target>})
+
+Change camera range, rotation, latitude.
+The optional target parameter specifies who will get changed
+camera.
+Works for 20160525 clients or newer.
+
+---------------------------------------