# LaserDrilling

## **Utilisation simple** :

* Via un *exports* :

```etlua
local Drilled = exports["ez-libs"]:StartLaserDrilling()

if Drilled then
    print("Drilling with success")
else
    print("Drilling failed")
end
```

\
\
\&#xNAN;*Commande disponible en DebugMode :*&#x20;

<pre class="language-lua"><code class="lang-lua"><strong>/ezlibs-laserdrill
</strong></code></pre>

<br>

<figure><img src="/files/jERSm3TpGNbLXAl8aX3t" alt="" width="413"><figcaption><p>Voici le système de perçage lorsque la fonction ci-dessus est déclenchée !</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ezdeveloppement.gitbook.io/ezdev-script/ez-libs-v4/fonctions/client-side/laserdrilling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
