Difference between revisions of "DEBUG CHANNEL/it"
Jump to navigation
Jump to search
Tia Myrtle (talk | contribs) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{#vardefine:DEBUG_CHANNEL|{{LSL Const/it|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF|c=Canale riservato per lo scripting debugging e la trasmissione di messaggi d'errore.}}}}</onlyinclude>{{LSL Constant | <onlyinclude>{{#vardefine:DEBUG_CHANNEL|{{LSL Const/it|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF|ihex=2147483647|c=Canale riservato per lo scripting debugging e la trasmissione di messaggi d'errore.}}}}</onlyinclude>{{LSL Constant/it | ||
|name=DEBUG_CHANNEL | |name=DEBUG_CHANNEL | ||
|type=integer | |type=integer | ||
Line 32: | Line 32: | ||
|location= | |location= | ||
'linden\indra\llcommon\indra_constants.h' a CHAT_CHANNEL_DEBUG (with a value of S32_MAX) | 'linden\indra\llcommon\indra_constants.h' a CHAT_CHANNEL_DEBUG (with a value of S32_MAX) | ||
|cat1=Chat | |cat1=Chat/it | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 12:20, 30 December 2013
Portale LSL | Funzioni | Eventi | Tipi | Operatori | Costanti | Flusso d'esecuzione | Libreria degli Script | Tutorial |
Descrizione
Costanti: integer DEBUG_CHANNEL = 0x7FFFFFFF;La Costante DEBUG_CHANNEL del tipo integer ha valore 0x7FFFFFFF
Canale riservato per lo scripting debugging e la trasmissione di messaggi d'errore. Il Client mostra questa i messaggi su questo canale nella console di scripting.
Articoli connessi
Constantes
• | PUBLIC_CHANNEL/it |
Fonctions
• | llWhisper | |||
• | llSay | |||
• | llShout | |||
• | llRegionSay | |||
• | llDialog | |||
• | llListen |
Evénement
• | listen |
Note
Note Avanzate
Posizione del codice sorgente
'linden\indra\llcommon\indra_constants.h' a CHAT_CHANNEL_DEBUG (with a value of S32_MAX)