GetOwner

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