Beta Documentation - Subject to change.

Returns true if this entity is the local player entity. (Deprecated).

Syntax

Lua
function Entity:IsLocalPlayer();

Returns

Type: boolean
Whether this is the local player entity or not.

Remarks

Returns true if this entity is the local player entity. (Deprecated)

See Also