npc_bodylan.h
来自「石器时代8.0服务端完整源代码。可以直接编译」· C头文件 代码 · 共 17 行
H
17 行
#ifndef __NPC_BODYLAN_H__#define __NPC_BODYLAN_H__void NPC_BodyLanTalked( int meindex , int talkerindex , char *msg , int color );BOOL NPC_BodyLanInit( int meindex );void NPC_BodyLanWatch( int meindex , int lookedindex);void NPC_BodyLanWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?