From e7e29fb88f617ee86ad056fd01ef5b5dd1b670a1 Mon Sep 17 00:00:00 2001 From: Lonaasan <111540866+Lonaasan@users.noreply.github.com> Date: Thu, 18 May 2023 16:52:44 +0200 Subject: [PATCH] Update Lua.md --- Lua.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lua.md b/Lua.md index e2dea36..576160c 100644 --- a/Lua.md +++ b/Lua.md @@ -19,6 +19,7 @@ The following functions are supported in the Neon++ DLL: neon.world\ neon.world.removeEntity(entityId)\ neon.world.respawnInWorld(bool)\ + neon.world.getPlayerAimPosition(entityId)\ neon.world.reachEntities(bool)\ neon.world.ignorePhysicsObjectCollisions(bool)\ neon.world.ignoreProjectileCollisions(bool)\