Category: Objects
/ Status
Since engine version: 1.0 OC
GetOwner
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