Skip to content

isBirdShootable

Client-side

Available in Neon, not standard MTA

Reports whether a managed bird takes part in gunshot hit testing.

Syntax

bool isBirdShootable(bird theBird)

Arguments

theBirdbird

Managed bird element.

Returns

true when the bird is shootable; false otherwise or 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:isShootable()
  • bird.shootable

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →