This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:sendmsg [2022/05/12 12:02] – Karsten75 | 4rpl:commands:sendmsg [2024/07/20 13:18] (current) – More explicate explanation of sending data. Vertu | ||
---|---|---|---|
Line 4: | Line 4: | ||
====== SendMsg ====== | ====== SendMsg ====== | ||
- | SendMsg(< | + | SendMsg(< |
===== Description ===== | ===== Description ===== | ||
- | Sends a message. A message can contain any ' | + | Sends a message. A message can contain any ' |
- | See [[REGISTERFORMSG]] for information on the callbacks. \\ | + | See [[RegisterForMSG]] for more information on the callbacks.\\ |
SendMSG is primarily intended for sending message between different scripts. | SendMSG is primarily intended for sending message between different scripts. | ||
Line 16: | Line 16: | ||
</ | </ | ||
+ | |||
+ | <code 4rpl> | ||
+ | #Connected to the example of RegisterForMsg | ||
+ | #If using this, must be put in a destroy-able unit | ||
+ | :Destroyed | ||
+ | SendMsg(" | ||
+ | </ | ||
+ | === See also === | ||
+ | |||
+ | * [[RegisterForMSG]] | ||
< | < | ||