setBirdRenderDistance
Client-side
Sets how far away a managed bird remains visible.
Syntax
bool setBirdRenderDistance(bird theBird, float distance)Arguments
theBirdbirdManaged bird element.
distancefloatRender distance.
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
- Birds fade near this distance rather than being destroyed, so the element survives even when nothing is drawn.
OOP aliases
bird:setRenderDistance(distance)bird.renderDistance
Where this comes from
SOURCECLuaBirdDefs.cppClient/mods/deathmatch/logic/luadefs/CLuaBirdDefs.cpp INTRODUCED / EXTENDED23fedfbc9Read the commit and why the change was made TEST RESOURCE bird-test test-resources/bird-test
RELATED NEON APIS
Read the system guide →