|
发表于 2007-11-4 12:34:58
|
显示全部楼层
先定义一个gamecache,然后往里面store你的数据就可以了.
[codes=jass]
native StoreBoolean takes gamecache cache, string missionKey, string key, boolean value returns nothing
native StoreInteger takes gamecache cache, string missionKey, string key, integer value returns nothing
native StoreReal takes gamecache cache, string missionKey, string key, real value returns nothing
native StoreString takes gamecache cache, string missionKey, string key, string value returns boolean
native StoreUnit takes gamecache cache, string missionKey, string key, unit whichUnit returns boolean
[/codes]
等等...
怎么用jass高亮.. |
|