zoom plugin: add control to reset zoom

This commit is contained in:
Ryan
2019-07-12 23:33:12 -04:00
committed by Adam
parent 4bcaf1b9b6
commit ebed283f1d
4 changed files with 90 additions and 7 deletions

View File

@@ -139,6 +139,17 @@ public final class ScriptID
*/
public static final int DIARY_QUEST_UPDATE_LINECOUNT = 2523;
/**
* Handles zoom input
*
* Updates the VarClientInts (73, 74) to this same value
* <ul>
* <li> int Reset zoom position </li>
* <li> int Reset zoom position </li>
* </ul>
*/
public static final int CAMERA_DO_ZOOM = 42;
/**
* Does nothing
*