Files

34 lines
748 B
C
Raw Permalink Normal View History

2025-01-09 17:45:40 +08:00
/*
使
*/
//tolua_begin
namespace TestSys
{
/*
* Comments:
* Param void * sysarg:
* Param int nLevel:
* @Return void:
* @Remark:
*/
void setLevel(void* sysarg, int nLevel);
/*
* Comments: Id添加物品
* Param void * sysarg:
* Param int nItemId:Id
* Param int nCount:
* Param int nQuality:
* Param int nStrong:
* Param bool bBind:
* @Return int:
* @Remark:
*/
int addItemById(void* sysarg, int nItemId, int nCount = 1, int nQuality = 0, int nStrong = 0, bool bBind = true);
};
//tolua_end