Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GetPlrExtraData
Category:
Player
Since engine version:
4.9.1.0 GWE
Description
This commands retrieves extra data stored in the player file by
SetPlrExtraData
.
Syntax
any
GetPlrExtraData (
int
iPlr,
string
strDataName);
Parameters
iPlr:
Player for whom additional data is saved
strDataName:
Name for the data
Remark
For details see
SetPlrExtraData
See also:
GetCrewExtraData
,
SetPlrExtraData
PeterW, Januar 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script