User Tools

Site Tools


crpl:docs:showmessage

<- CRPL reference <- Screen Commands

ShowMessage

ArgumentsResultNotation
Message and Coordinatesn1 i1 i2 –

Description

Displays a message in the User Interface at screen pixel coordinates (i1,i2) (upper left as origin). The message will disappear next frame so you'll have to call it every frame. Limit one message or message dismissible at a time.

Examples

"Hi" 200 50 ShowMessage
TRUE OperateWhilePaused
#Put a message right next to the mouse
"I am under the mouse" GetMouseScreenPixelPosition ScreenHeight swap sub ShowMessage
crpl/docs/showmessage.txt · Last modified: 2021/02/05 11:44 by Karsten75