This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:showmessage [2013/04/21 19:25] – created thepenguin | crpl:docs:showmessage [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
- | <- [[crpl: | + | <- [[crpl: |
- | ===== | + | ===== |
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | |Coordinates | + | |Message |
=== Description === | === Description === | ||
- | Returns | + | Displays |
=== Examples === | === Examples === | ||
< | < | ||
- | CurrentCoords 15 GetUnitsInRange | + | " |
- | 0 do | + | |
- | | + | |
- | < | + | |
- | loop | + | |
</ | </ | ||
+ | |||
+ | < | ||
+ | TRUE OperateWhilePaused | ||
+ | #Put a message right next to the mouse | ||
+ | "I am under the mouse" GetMouseScreenPixelPosition ScreenHeight swap sub ShowMessage | ||
+ | </ | ||
+ |