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

Out region

From FenixWiki

Revision as of 00:37, 26 December 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


Definition

INT out_region ( <INT processID> , <INT regionID> )

Checks if the specified process is completely outside of the specified region.

Parameters

INT processID - The processID of the process to check.
INT regionID - The regionID of the region to check with.

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