GetPlrExtraData
Category:
Player
Since engine version:
5.1 OC
Description
This commands retrieves extra data stored in the player file by
SetPlrExtraData
.
Syntax
any
GetPlrExtraData(
int
player,
string
data_name);
Parameters
player:
Player for whom additional data is saved.
data_name:
Name for the data.
Remark
For details see
SetPlrExtraData
.
See also:
GetCrewExtraData
,
SetPlrExtraData
PeterW, 2002-01