📄 mapinfo.h
字号:
// MapInfo.h: interface for the CMapInfo class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAPINFO_H__6A59C12B_1C45_495B_958A_D5A51EFE0646__INCLUDED_)
#define AFX_MAPINFO_H__6A59C12B_1C45_495B_958A_D5A51EFE0646__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define MAX_MAP_ 200 // 辑滚窍绊 度鞍酒具 茄促.
#pragma pack(push,1)
typedef struct MAPINFO
{
char mapfile[30];
char mapname[30];
char cPosType; // CSD-030509
int nSaveX; // CSD-030509
int nSaveY; // CSD-030509
char daylightcontrol; // 瘤贺捞 乐栏搁 0 // 绝栏搁 ( 酒贰巴苞 芭狼 鞍促 )
char rain; // 1 :捞搁 厚啊 坷绰镑捞促. 0 : 厚啊 坷瘤 臼绰 悼奔鞍篮 镑捞促.
char nation; // 惫啊内靛.
char forrookie;
int ghostguide3x, ghostguide3y; // nation code 3
int ghostguide4x, ghostguide4y; // nation code 4..
int port;
int group;//020420 lsw
int Class;//021113 lsw
int LvMin;//020420 lsw
int LvMax;//021113 lsw
int nDisableMagicType; // CSD-030516
int m_MoveType;//GM捞 悸泼 窍绰 单捞鸥, 抛捞喉俊绰 捞繁 鞘靛啊 绝澜
MAPINFO()
{
cPosType = 0; // CSD-030509
nSaveX = 0; // CSD-030509
nSaveY = 0; // CSD-030509
daylightcontrol= 0; // 瘤贺捞 乐栏搁 0 // 绝栏搁 ( 酒贰巴苞 芭狼 鞍促 )
rain= 0; // 1 :捞搁 厚啊 坷绰镑捞促. 0 : 厚啊 坷瘤 臼绰 悼奔鞍篮 镑捞促.
nation= 0; // 惫啊内靛.
forrookie= 0;
ghostguide3x= 0, ghostguide3y= 0; // nation code 3
ghostguide4x= 0, ghostguide4y= 0; // nation code 4..
port = 0;
group= 0;
Class= 0;
LvMin= 0;
LvMax= 0;
nDisableMagicType = 0; // CSD-030516
m_MoveType = 0;
}
}t_MapInfo,*LPMAPINFO;
#pragma pack(pop,1)
extern t_MapInfo MapInfo[MAX_MAP_];
#endif // !defined(AFX_MAPINFO_H__6A59C12B_1C45_495B_958A_D5A51EFE0646__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -