Difference between revisions of "Template:LSL Function/prim-desc/it"
Jump to navigation
Jump to search
(Created page with "{{#if: {{LSL Function/limits}} {{#vardefine:caveats|{{#var:caveats}} *The prim description is limited to 127 bytes, any string longer then that will be truncated. This tr…") |
|||
Line 2: | Line 2: | ||
{{LSL Function/limits}} | {{LSL Function/limits}} | ||
{{#vardefine:caveats|{{#var:caveats}} | {{#vardefine:caveats|{{#var:caveats}} | ||
* | *La descrizione di un prim è [[limit]]ata a 127 [[bytes]], qualunque stringa vada oltre quel limite verrà troncata. Questo troncamento non sempre accade quando l'attributo viene impostato o letto. | ||
* | *Il carattere barretta '|' la combinazione di caratteri per una nuova linea '\n' non sono legali nella descrizione di un prim, verranno sostituiti con '?'{{Footnote|Il carattere barretta storicamente è stato usato per separare i campi nella versione serializzata dell'inventario. Il campo non è multiriga, perciò la combinazione per una nuova linea non ha senso in questo contesto.}}. | ||
*Note that when people have "Hover Tips on All Objects" selected in the viewer's "View" menu, they'll see the object description pop-up for any object under their mouse pointer. For that reason, it is good practice to only set human-friendly information in the description (e.g. keys and such). | *Note that when people have "Hover Tips on All Objects" selected in the viewer's "View" menu, they'll see the object description pop-up for any object under their mouse pointer. For that reason, it is good practice to only set human-friendly information in the description (e.g. keys and such). | ||
*When an attached object is detached, changes made by script to the name and description (of the root prim) of the attachment will be lost. While the object is attached the name and description can be changed but it will not be reflected in inventory. This caveat does ''not'' apply to child prims. | *When an attached object is detached, changes made by script to the name and description (of the root prim) of the attachment will be lost. While the object is attached the name and description can be changed but it will not be reflected in inventory. This caveat does ''not'' apply to child prims. |
Revision as of 10:41, 12 January 2012
#var | value | |||||
---|---|---|---|---|---|---|
also_articles |
| |||||
caveats |
|
- ^ Il carattere barretta storicamente è stato usato per separare i campi nella versione serializzata dell'inventario. Il campo non è multiriga, perciò la combinazione per una nuova linea non ha senso in questo contesto.