This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:sendmsg [2022/11/23 13:56] – Editorial and "see also 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 17: | Line 17: | ||
</ | </ | ||
+ | <code 4rpl> | ||
+ | #Connected to the example of RegisterForMsg | ||
+ | #If using this, must be put in a destroy-able unit | ||
+ | :Destroyed | ||
+ | SendMsg(" | ||
+ | </ | ||
=== See also === | === See also === | ||