The search keyword must be a single word (no spaces).

Function SaveStringBJ

Line
7393
Location
blizzard.j
Constant?
no
Type
function
Arguments
string value, integer key, integer missionKey, hashtable table
Returns
boolean
7393
function SaveStringBJ takes string value, integer key, integer missionKey, hashtable table returns boolean
7394
    return SaveStr(table, missionKey, key, value)
7395
endfunction