# LockerDrilling

## **Utilisation simple** :

* Via un *exports* :

```etlua
exports["ez-libs"]:DrillingStart(function(success)
    if success then
      print("Drilling with success")
    else
      print("Drilling failed")
    end
end)
```

* Via un *TriggerEvent* :

```etlua
TriggerEvent("ez-lib:DrillingStart", function(success)
    if success then
      print("Drilling with success")
    else
      print("Drilling failed")
    end
end)
```

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

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

<br>

<figure><img src="/files/Xz5wo5ZKupYKdouFeRFS" alt=""><figcaption><p>Voici le système de perçage lorsque la fonction ci-dessus </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/lockerdrilling.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.
