Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
UnselectCrew
Category:
Objects / Crew
Since engine version:
4.9.1.0 GWE
Description
Deselects the complete crew of a player. After this command you should reselect a new clonk using
SelectCrew
.
Syntax
bool
UnselectCrew (
int
iPlr);
Parameter
iPlr:
Player whose crew you want to deselect.
Example
UnselectCrew(); SelectCrew(0, GetHiRank(), 1);
Selects only the highest ranking clonk of the first player. See also
SetCursor
.
See also:
GetCrewEnabled
,
SelectCrew
,
SetCrewEnabled
,
SetCursor
Sven2, April 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script