中文名:根据怪物的KeyName取得怪物的ID.
支持版本: 0.925及以上版本.
语法:
uint32 MonsterKey2ID(
string strMonsterKey
)
uint32 MonsterKey2ID(
string strMonsterKey
)
参数:
- strMonsterKey
-
类型: string
名称: 怪物的KeyName.
说明: 怪物的KeyName.
返回值:
类型:uint32
怪物的ID,出错返回0.
怪物的ID,出错返回0.
函数说明:
根据怪物的KeyName取得怪物的ID.
警告:
备注:
参考:
Example:
monster_id = lualib:MonsterKey2ID(key)
monster_id = lualib:MonsterKey2ID(key)