GetOwner
Category:
Objects / Status
Since engine version:
5.1 OC
Description
Determines the owner of the calling object.
Syntax
int
GetOwner();
Example
Message
(
"Ich am owned by %s!"
,
GetPlayerName
(GetOwner()))
Displays the owner of the calling object above the object.
See also:
SetOwner
Sven2, 2001-11