Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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.

DWS\Pascal Script:

function BeardLayer : Byte;

DWS\Pascal Script Example:

if ObjAtLayer(BeardLayer) > 0 then 
  AddToSystemJournal('Beard ID: $' + IntToHex(ObjAtLayer(BeardLayer),8));

Python:

def BeardLayer(): --> ubyte