BeardLayer
Returns layer number $10 - Beard (Facial Hair Beard).
Normally, that should be a simple constant, not function. But due to backwards compatibility it should be keeped as function.
function BeardLayer : Byte;
DWS\Pascal Script Example:
if ObjAtLayer(BeardLayer) > 0 then
AddToSystemJournal('Beard ID: $' + IntToHex(ObjAtLayer(BeardLayer),8));
def BeardLayer(): --> ubyte