cache: add get_camera_focal_point_height
This commit is contained in:
@@ -464,7 +464,7 @@ public class Instructions
|
||||
add(5505, 0, 1);
|
||||
add(GET_MAPANGLE, "get_mapangle", 0, 1);
|
||||
add(SET_CAMERA_FOCAL_POINT_HEIGHT, "set_camera_focal_point_height", 1, 0);
|
||||
add(5531, 0, 1);
|
||||
add(GET_CAMERA_FOCAL_POINT_HEIGHT, "get_camera_focal_point_height", 0, 1);
|
||||
// 5600-5700
|
||||
add(CANCEL_LOGIN, "cancel_login", 0, 0);
|
||||
// 5700-6300
|
||||
|
||||
@@ -362,6 +362,7 @@ public class Opcodes
|
||||
public static final int SET_SCREENTYPE = 5309;
|
||||
public static final int GET_MAPANGLE = 5506;
|
||||
public static final int SET_CAMERA_FOCAL_POINT_HEIGHT = 5530;
|
||||
public static final int GET_CAMERA_FOCAL_POINT_HEIGHT = 5531;
|
||||
public static final int CANCEL_LOGIN = 5630;
|
||||
public static final int SET_ZOOM_DISTANCE = 6201;
|
||||
public static final int GET_VIEWPORT_SIZE = 6203;
|
||||
|
||||
Reference in New Issue
Block a user