LayersLockUnlock

LayersLockUnlock(layers: PrtArray | lista, lock: booleano) --> nil

Blocca o sblocca la lista di layers passati come argomento.

 true (lock), nil (unlock)

Ritorna la lista degli stati precedenti del layer (1 se bloccato, nil se sbloccato).

Esempio 1. Esempio LayersLockUnlock

local prev = LayersLockUnlock({"TEST-LUA"}, 1)
print("\nLayersLockUnlock lock: " .. tostring(prev[1]))
LayersLockUnlock({"TEST-LUA"}, nil)

Created with the Personal Edition of HelpNDoc: Make Documentation a Breeze with HelpNDoc's Clean and Efficient User Interface