Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Find_InRect
Category:
Objects / Search
Since engine version:
4.9.6.0 CR
Description
Search criterion: finds all objects within the specified rectangle.
Syntax
array
Find_InRect (
int
iX,
int
iY,
int
iWdt,
int
iHgt);
Parameters
iX:
X position of the top left corner of the search rectangle. Relative to the calling object's center in local calls.
iY:
Y position of the top left corner of the search rectangle. Relative to the calling object's center in local calls.
iWdt:
Width of the search rectangle
iHgt:
Height of the search rectangle
Remark
For additional information on the use of this function see
FindObjects
.
See also:
FindObjects
Clonkonaut, Juli 2006
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script