BankLayer
Returns layer number $1C - Bank Container of mobile.
Normally, that should be a simple constant, not function. But due to backwards compatibility it should be keeped as function.
function BankLayer : Byte;
DWS\Pascal Script Example:
if ObjAtLayer(BankLayer) > 0 then
AddToSystemJournal('Bank Box ID: $' + IntToHex(ObjAtLayer(BankLayer),8));
def BankLayer(): --> ubyte