From 1652dc4b5c86ad1a09342ee4544410bb85f6d627 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:34:12 +0200 Subject: [PATCH] update: client functions --- client/functions.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/functions.lua b/client/functions.lua index 53693c7..bd18218 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -2,7 +2,11 @@ function NDCore.getPlayer() return NDCore.player end -function NDCore.GetPlayersFromCoords(distance, coords) +function NDCore.getCharacters() + return NDCore.characters +end + +function NDCore.getPlayersFromCoords(distance, coords) if coords then coords = type(coords) == "table" and vec3(coords.x, coords.y, coords.z) or coords else