?? map_warppoint.h
字號:
#ifndef __MAPWARPPOINT_H__#define __MAPWARPPOINT_H__#include "common.h"#include "util.h"int MAPPOINT_InitMapWarpPoint( void);void MAPPOINT_resetMapWarpPoint( int flg);int MAPPOINT_loadMapWarpPoint( void);BOOL MAPPOINT_CHECKINDEX( int ps);int MAPPOINT_getMPointEVType( int ps);int MAPPOINT_creatMapWarpObj( int pointindex, char *buf, int objtype);int MAPPOINT_setMapWarpGoal( int ps, char *buf);int MAPPOINT_setMapWarpFrom( int ps, char *buf);int MAPPOINT_getMapWarpGoal( int ps, int ofl, int ox, int oy, int *fl, int *x, int *y);void MAPPOINT_MapWarpHandle( int charaindex, int ps, int ofl, int ox, int oy );#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -