callback_AddToSimpleData()
Description
Syntax
callback_AddToSimpleData(patchId, succeeded)Argument
Description
Returns
N/AExample Implementation
function callback_AddToSimpleData(patchId, succeeded){
//if write id is -1, the patch failed,
show_message("The patch id: "+string(patchId)+" succeeded?? "+string(succeeded))
}Last updated