function GetPassword takes nothing returns integer
call SaveStr(japi_ht, japi__key, 0, "()I")
call SaveInteger(japi_ht, japi__key, 0, 0)
call UnitId(("GetPassword")) // INLINED!!-1090566696
return LoadInteger(japi_ht, japi__key, 0)
endfunction
如上,看不懂这个方法是怎么取值返回的
call SaveStr(japi_ht, japi__key, 0, "()I")
call SaveInteger(japi_ht, japi__key, 0, 0)
call UnitId(("GetPassword")) // INLINED!!-1090566696
return LoadInteger(japi_ht, japi__key, 0)
endfunction
如上,看不懂这个方法是怎么取值返回的