diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-29 16:34:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-29 16:34:13 +0300 |
commit | e5f25d11eee43a31b2c41b357ac144d9e40ef37a (patch) | |
tree | d938c7f68e0beda740e3b26c38887374c34664db /src/map/script.h | |
parent | 8867d978d868f6856cf0dd9eccbe1022c2814856 (diff) | |
download | plugin-e5f25d11eee43a31b2c41b357ac144d9e40ef37a.tar.gz plugin-e5f25d11eee43a31b2c41b357ac144d9e40ef37a.tar.bz2 plugin-e5f25d11eee43a31b2c41b357ac144d9e40ef37a.tar.xz plugin-e5f25d11eee43a31b2c41b357ac144d9e40ef37a.zip |
Add script command for move camera to absolute pixel position.
New script command: setcam x,y
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 3a92fcc..fb93c77 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -7,6 +7,7 @@ BUILDIN(l); BUILDIN(lg); BUILDIN(setCamNpc); +BUILDIN(setCam); BUILDIN(restoreCam); BUILDIN(npcTalk3); BUILDIN(closeDialog); |