Click or drag to resize

MessagesDelete Method

Overload List
  NameDescription
Public methodStatic memberDelete(UInt16, MessageID)
Deletes a persisted ghost message. Destination is set to Unity. This is just a normal message that is sent with a 0 length payload. Note: persisted messages also require message handlers to be set up so they can receive messages (and know about deleted messages)
Public methodStatic memberDelete(MortarDestinations, UInt16, MessageID)
Deletes a persisted ghost message. This is just a normal message that is sent with a 0 length payload. Note: persisted messages also require message handlers to be set up so they can receive messages (and know about deleted messages)
Top
See Also