SaveRectHandleBJ
- Parameters
whichRect rectkey integermissionKey integertable hashtable- comment
- patch
1.24a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
function SaveRectHandleBJ takes rect whichRect, integer key, integer missionKey, hashtable table returns boolean return SaveRectHandle(table, missionKey, key, whichRect) endfunction