Skip to content

setBirdWingBeatTime

Client-side

Available in Neon, not standard MTA

Changes how fast a managed bird flaps.

Syntax

bool setBirdWingBeatTime(bird theBird, float time)

Arguments

theBirdbird

Managed bird element.

timefloat

Wing beat period. Must be greater than zero.

Returns

true when applied; false for an invalid element or value.

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.

Important behavior
  • The three presets differ partly by wing beat, so this is what makes a seagull read differently from a desert bird.

OOP aliases

  • bird:setWingBeatTime(time)
  • bird.wingBeatTime

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →