getBirdColors
Client-side
Returns the body and wing colors of a managed bird.
Syntax
int, int | false getBirdColors(bird theBird)Arguments
theBirdbirdManaged bird element.
Returns
The body and wing colors, 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:getColors()
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 →