diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-10-04 19:12:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-10-04 19:12:37 +0300 |
commit | e47b40be9b351ed05b69ba23e065cc26625f7c67 (patch) | |
tree | ffe28a40a27f0e9051fbc904dded085bf61883fa /doc/script_commands.txt | |
parent | 1e32aa5e41593bf05645e4412c86d8f4a00dac75 (diff) | |
download | hercules-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.txt | 16 |
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. + +--------------------------------------- |