Difference between revisions of "LlGetObjectDesc/it"
Line 1: | Line 1: | ||
{{LSL_Function/prim-des{{LSL_Function/ | {{LSL_Function/prim-des{{LSL_Function/itc}} | ||
|func_id=270|func_sleep=0.0|func_energy=10.0 | |func_id=270|func_sleep=0.0|func_energy=10.0 | ||
|func=llGetObjectDesc | |func=llGetObjectDesc |
Revision as of 09:46, 15 January 2012
{{LSL_Function/prim-desTemplate:LSL Function/itc |func_id=270|func_sleep=0.0|func_energy=10.0 |func=llGetObjectDesc |return_type=string |func_footnote |func_desc |return_text=che è la descrizione del prim in cui sta lo script. |spec |caveats |constants |examples=<lsl>default {
state_entry() { llSay(PUBLIC_CHANNEL, llGetObjectDesc() ); }
}</lsl> |helpers |also_functions= |-style="vertical-align:top;" | style="color:gray;" |• | llSetObjectDesc | style="color:gray;" | – | Imposta la descrizione del prim in cui sta lo script. | |-style="vertical-align:top;" | style="color:gray;" |• | llGetObjectName | style="color:gray;" | – | Ottiene il nome del prim. | |-style="vertical-align:top;" | style="color:gray;" |• | llSetObjectName | style="color:gray;" | – | Imposta il nome del prim. | |-style="vertical-align:top;" | style="color:gray;" |• | llGetObjectDetails | style="color:gray;" | – | Restituisce una serie di dati sul prim in cui sta lo script. | |also_events |also_articles= |-style="vertical-align:top;" | style="color:gray;" |• | Prim Attribute Overloading | style="color:gray;" | | | |notes |cat1=Prim |cat2 |cat3 |cat4 }}