Difference between revisions of "Template:LSL Constants/Transfer Inventory"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! {{!}} Flags ! title="Value" {{!}} {{!}} Parameters ! class="unsortable"{{!}} Description {{!}}- {{...")
 
Line 10: Line 10:
{{!}} [ TRANSFER_DEST, string ]
{{!}} [ TRANSFER_DEST, string ]
{{!}}Sets a root path that will be used as the parent for folder. If the root path does not exist it will be created.
{{!}}Sets a root path that will be used as the parent for folder. If the root path does not exist it will be created.
If it already exists in the target inventory it will be reused. Path folders are separated by a "/" character. The path
If it already exists in the target inventory it will be reused. Path folders are separated by a "|" character. The path
may have have up to 4 folders in it.
may have have up to 4 folders in it.


Examples:<br>
Examples:<br>
"Objects/Vehicles/My Motorcycle Company"<br>
"Objects|Vehicles|My Motorcycle Company"<br>
"Clothing/Shoes/Breedables"<br>
"Clothing|Shoes|Breedables"<br>
"My Store/Home & Garden/"
"My Store|Home & Garden|"
{{!}}-
{{!}}-
{{!}}{{LSL Const|TRANSFER_FLAGS|integer|1|c=Flags for inventory transfer}}
{{!}}{{LSL Const|TRANSFER_FLAGS|integer|1|c=Flags for inventory transfer}}

Revision as of 17:02, 8 November 2024

Flags Parameters Description
TRANSFER_DEST 0 [ TRANSFER_DEST, string ] Sets a root path that will be used as the parent for folder. If the root path does not exist it will be created.

If it already exists in the target inventory it will be reused. Path folders are separated by a "|" character. The path may have have up to 4 folders in it.

Examples:
"Objects|Vehicles|My Motorcycle Company"
"Clothing|Shoes|Breedables"
"My Store|Home & Garden|"

TRANSFER_FLAGS 1 [ TRANSFER_FLAGS, integer ] There are no flags defined at this time.