Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Find_Layer
Category:
Objects / Search
Since engine version:
N/A
Description
Search criterion: finds all objects with the specified layer object.
Syntax
array
Find_Layer (
object
pLayerObj);
Parameter
pLayerObj:
Layer object in which the object has to be. nil for the global layer.
Remark
For additional information on the use of this function see
FindObjects
.
See also:
FindObjects
,
GetObjectLayer
,
SetObjectLayer
Der Tod, Februar 2022
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script