callback_CreatedPersistentObject()

After you succesfully create a persistent object in your server, this callback function is called, and the unique id of the persistent object, which is a positive integer is returned.

function callback_CreatedPersistentObject(POid){
	show_message("You created a persistent object with id "+string(POid))

}

Last updated