From ac3d2522b64ab44bb487727ea7ca5ee5fef94da7 Mon Sep 17 00:00:00 2001 From: RedxYeti <39033204+RedxYeti@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:35:56 -0400 Subject: [PATCH] Create find_actors.md --- _willow2_mods/find_actors.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _willow2_mods/find_actors.md diff --git a/_willow2_mods/find_actors.md b/_willow2_mods/find_actors.md new file mode 100644 index 0000000..2207cde --- /dev/null +++ b/_willow2_mods/find_actors.md @@ -0,0 +1,9 @@ +--- +pyproject_url: https://github.com/RedxYeti/bl2-willow2-sdkmods/raw/refs/heads/main/find_actors/pyproject.toml +--- + +Small library for finding actors near the player or other objects. + +Includes the command "find_actors" usage is "find_actors class_type distance". + +class_type accepts "any" which will search for all actors in the distance.