This wiki is out of date, use the continuation of this wiki instead

Out region

From FenixWiki

Revision as of 13:35, 7 September 2008 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[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() •
Personal tools