summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/test_LLInventory.lua
AgeCommit message (Collapse)Author
2024-09-04Instead of traversing all calling cards, pick a selected few.Nat Goodspeed
Make test_LLInventory.lua directly select from the calling_cards result set, instead of first copying all names to a separate array.
2024-09-03Iterate to print landmarks returned by LLInventory.Nat Goodspeed
At this point, inspect(landmarks) just returns "<userdata 1>".
2024-08-27code clean upMnikolenko Productengine
2024-08-21Add item limit for collectDescendentsIf func; add demo scriptMnikolenko Productengine