Skip to content

getBirdRenderDistance

Client-side

Available in Neon, not standard MTA

Returns the distance at which a managed bird stops being drawn.

Syntax

float|false getBirdRenderDistance(bird theBird)

Arguments

theBirdbird

Managed bird element.

Returns

The render distance, or false when the element is not a managed bird.

Ownership and lifecycle

A bird belongs to the client resource that created it and is removed when that resource stops. Birds fade near their render distance instead of being destroyed, and a dimension or interior mismatch hides them while keeping the element alive.

OOP aliases

  • bird:getRenderDistance()
  • bird.renderDistance

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →