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

Out region

From FenixWiki

(Difference between revisions)
Jump to: navigation, search

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...)
Next diff →

Revision as of 00:37, 26 December 2007


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