Skip to content

Commit 6ea3fdc

Browse files
committed
Added comment to mapper.lua
1 parent a5db3d8 commit 6ea3fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/mapper.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ build_speedwalk (path) -- builds a client speedwalk string from path
3535
cancel_speedwalk () -- cancel current speedwalk, if any
3636
check_we_can_find () -- returns true if doing a find is OK right now
3737
find (f, show_uid, count, walk) -- generic room finder
38+
find_paths (uid, f) -- lower-level room finder (for getting back a path)
3839
3940
Exposed variables:
4041

0 commit comments

Comments
 (0)