SLua API for prim inventory
closed
Tapple Gao
I wrote a inventory wrapper similar to
DetectedEvent
. Maybe something like it should be a builtin:- It wraps all the generic inventory functions.
- It does inventory iteration, both forward and backward (required if removing inventory during iteration)
It does not wrap the multiple inventory functions:
- ll.GiveInventoryList
- ll.GiveAgentInventory
It does not wrap the functions specific to an asset type:
- the 28 functions marked asset-semanticsin https://github.com/secondlife/lsl-definitions/blob/main/lsl_definitions.yaml
- ll.StartAnimation
- ll.StartObjectAnimation
It does not wrap the rumored upcoming
llGetLinkInventory
because they don't exist yetLog In
H
Harold Linden
marked this post as
closed
Thank you for the suggestion, but we're not taking feature suggestions of this nature for SLua just yet.
The focus right now is on building out the primitives (heh) that people can use to write these sorts of abstractions, then add official support for the abstractions that seem particularly good / effective / popular.
This might go well under the SLua forums though!