From WikiChip
$inellipse Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$inellipse returns $true if the specified point is inside the specified ellipse, $false otherwise
Synopsis[edit]
$inellipse(x1,y1,x,y,w,h)
Paramters[edit]
- x1 - the x coordinate of the point
- y1 - the y coordinate of the point
- x - the x coordinate of the ellipse
- y - the y coordinate of the ellipse
- w - the width of the ellipse
- h - the height of the ellipse
Properties[edit]
None
Example[edit]
//echo -a $inellipse(50,50,10,10,100,100)
Compatibility[edit]
Added: mIRC v6.17
Added on: 17 Feb 2006
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.