Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Sort_Random
Category:
Objects/Search
Since engine version:
9.9.9.9 LC
Description
The Sort_Random function is used to sort search results from
FindObjects
. It sorts randomly.
Syntax
array
Sort_Random ();
Example
pMeat = FindObject2(Sort_Random(), Find_Container(this()), Find_Func(
"CanBeCooked"
))
Hier könnte Ihre Funktionsbeschreibung stehen
See also:
FindObject
,
FindObject2
,
FindObjects
,
Sort_Distance
,
Sort_Func
,
Sort_Mass
,
Sort_Multiple
,
Sort_Reverse
,
Sort_Speed
,
Sort_Value
Fulgen, 13th August 2016
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script