|
本帖最后由 o0木子0o 于 2013-4-28 19:34 编辑
function A takes integer a ,integer b ,integer c returns nothing
set a = 1
set b = 2
set c = a + b
call BJDebugMsg(I2S(c))
endfunction
------------------------------------------------------------------------------
对了要不要把{a,b,c}给null啊
还有这个JASS函数是否可用啊
..................................................................................................
谢谢【565266718】【chyj4747】两位的解答。 |
|