Difference between revisions of "DEBUG CHANNEL/it"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<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
<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

Revision as of 22:15, 11 July 2013

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)