Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
VerticesStuck
Category:
Objects / Vertices
Since engine version:
4.9.1.0 GWE
Description
Returns the number of stuck vertices of *pObj
Syntax
int
VerticesStuck (
object
pObj);
Parameter
pObj:
[opt] Target object
Example
var
obj=FindObject(FLAG);
if
(VerticesStuck(obj)) RemoveObject(obj);
Removes obj if one if its vertices is stuck
See also:
GetVertex
,
Stuck
flgr, Januar 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script