Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetHiRank
Category:
Objects / Crew
Since engine version:
4.6.5.0 CP
Description
Returns the highest ranking active clonk of a player.
Syntax
object
GetHiRank (
int
iPlayer);
Parameter
iPlayer:
Player
Example
Kill
(GetHiRank(2));
Kills the highest ranking clonk of the third player.
See also:
GetCaptain
jwk, April 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script