Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
CallbackResult = {
  message: "<string holding a debug log of the function call result>",
  data: <Array holding the slot element ids for the added units>
}COPY

The callback function will receive the above object as the first parameter and a boolean value translating the function call success status as the second parameter.

...