SaveRealBJ
- Parameters
value realkey integermissionKey integertable hashtable- comment
- patch
1.24a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
function SaveRealBJ takes real value, integer key, integer missionKey, hashtable table returns nothing call SaveReal(table, missionKey, key, value) endfunction