Difference between revisions of "DEBUG CHANNEL/it"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Multi-lang}}
<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
<onlyinclude>{{#vardefine:DEBUG_CHANNEL|{{LSL Const|DEBUG_CHANNEL|integer|hex=0x7FFFFFFF|c=Canale riservato per lo scripting debugging e la trasmissione di messaggi d'errore.}}}}</onlyinclude>{{LSL Constant
|name=DEBUG_CHANNEL
|name={{#var:cname}}
|type=integer
|type={{#var:type}}
|value={{LSL Hex|0x7FFFFFFF}}
|value={{#var:value}}
|desc=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.
|desc=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.
|examples
|examples
Line 10: Line 9:
{{LSL ConstRow|PUBLIC_CHANNEL/it}}
{{LSL ConstRow|PUBLIC_CHANNEL/it}}
|functions=
|functions=
{{LSL DefineRow||[[llWhisper/it]]|}}
{{LSL DefineRow||[[llWhisper/it|llWhisper]]|}}
{{LSL DefineRow||[[llSay/it]]|}}
{{LSL DefineRow||[[llSay/it|llSay]]|}}
{{LSL DefineRow||[[llShout/it]]|}}
{{LSL DefineRow||[[llShout/it|llShout]]|}}
{{LSL DefineRow||[[llRegionSay/it]]|}}
{{LSL DefineRow||[[llRegionSay/it|llRegionSay]]|}}
{{LSL DefineRow||[[llDialog/it]]|}}
{{LSL DefineRow||[[llDialog/it|llDialog]]|}}
{{LSL DefineRow||[[llListen/it]]|}}
{{LSL DefineRow||[[llListen/it|llListen]]|}}
|events=
|events=
{{LSL DefineRow||[[listen/it]]|}}
{{LSL DefineRow||[[listen/it|listen]]|}}
|helpers=
|helpers=
<lsl>key owner;
<lsl>key owner;
Line 32: Line 31:
}</lsl>
}</lsl>
|location=
|location=
'linden\indra\llcommon\indra_constants.h' as 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 13:20, 30 December 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)