Skip to content

setBirdCurvedFlightEnabled

Client-side

Available in Neon, not standard MTA

Turns curved flight on or off for one managed bird.

Syntax

bool setBirdCurvedFlightEnabled(bird theBird, bool enabled)

Arguments

theBirdbird

Managed bird element.

enabledbool

Whether the bird flies along curves.

Returns

true when applied; false for an invalid element.

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:setCurvedFlightEnabled(enabled)
  • bird.curvedFlight

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →