From 3c16ddbef04f45a0b275f7d7a0d9cf17583e52ab Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:28:01 +0200 Subject: [PATCH] feat: docs\bpt_doorlock\client\function.md --- docs/bpt_doorlock/client/function.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/bpt_doorlock/client/function.md diff --git a/docs/bpt_doorlock/client/function.md b/docs/bpt_doorlock/client/function.md new file mode 100644 index 0000000..447aaaf --- /dev/null +++ b/docs/bpt_doorlock/client/function.md @@ -0,0 +1,17 @@ +# Function + +## pickClosestDoor + +Attempt to pick the lock of the closest door. Dependant on server-side checks and may fail. + +```lua +exports.bpt_doorlock:pickClosestDoor() +``` + +## useClosestDoor + +Interact with the closest door. Dependant on server-side checks and may fail. + +```lua +exports.bpt_doorlock:useClosestDoor() +``` \ No newline at end of file