Files
refactorwall/ProgramData/EgtCAM5/LuaCmd/SetUserLevel.lua
Carlo Baronchelli 741791a0e4 Copia locale Iniziale
2022-05-19 16:04:07 +02:00

16 lines
297 B
Lua

-- 2018/04/26
-- Cambio livello oggetto a utente
-- Intestazioni
require( 'EgtBase')
_ENV = EgtProtectGlobal()
EgtEnableDebug( false)
-- Recupero primo oggetto selezionato
local nId = EgtGetFirstSelectedObj()
if not nId then return end
-- Imposto livello utente
EgtSetLevel( nId, GDB_LV.USER)