UnittypeID跟UnitID不一样,比如现有的95%的外挂就是滥用UnitID,有专门的UI可以显示UnitID,我制作一部分触发程序都需要用上UnitID
这个在AI文件又找到相关的例子,不过我没看懂怎样使用。 kbUnitQueryGetResult( long queryID, int index ): Returns the UnitID of the index-th result in the current query.
看上去是将地图生成的areaID转化成UnitID kbAreaGetUnitID( int areaID, long index ): Returns the Unit ID of the index-th unit in the given area.
kbGetBlockID可以将剧情名转化成UnitID kbGetBlockID( string blockName ): Returns the UnitID of the cinematic block.
|