setBlockLightEx

local code = World:setBlockLightEx(x, y, z, lv)
if code == ErrorCode.OK then
print('Execution successful', code )
else
print('Execution failed')
end