- This wiki is out of date, use the continuation of this wiki instead
Out region
From FenixWiki
(Difference between revisions)
Revision as of 00:37, 26 December 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:Regions ==Definition== '''INT''' out_region ( <'''INT''' processID> , <'''INT''' regionID> ) Checks if the specified process is completely outside...) ← Previous diff |
Current revision (13:35, 7 September 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
Line 6: | Line 6: | ||
Checks if the specified [[process]] is completely outside of the specified [[region]]. | Checks if the specified [[process]] is completely outside of the specified [[region]]. | ||
+ | |||
+ | The check is not pixel perfect, but uses the [[bounding box]] of the process. | ||
== Parameters == | == Parameters == |
Current revision
[edit] Definition
INT out_region ( <INT processID> , <INT regionID> )
Checks if the specified process is completely outside of the specified region.
The check is not pixel perfect, but uses the bounding box of the process.
[edit] Parameters
INT processID | - The processID of the process to check. |
INT regionID | - The regionID of the region to check with. |
[edit] Returns
INT : true/false: whether the process is completely outside the region.
true | - The process is completely outside the region. |
false | - The process is (partly) inside the region or invalid region or process specified. |
Regions Functions | |
• Define_region() • Out_region() • |