Difference between revisions of "Template:LSL Function/chat/ru"

From Second Life Wiki
Jump to navigation Jump to search
(Undo revision 1172191 by Highstaker Resident (Talk))
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:


{{#vardefine:fc-neither|{{#ifeq:{{#if:{{{np|}}}|*}}{{#if:{{{nd|}}}|*}}|**|*}}}}
{{#vardefine:fc-neither|{{#ifeq:{{#if:{{{np|}}}|*}}{{#if:{{{nd|}}}|*}}|**|*}}}}
{{#vardefine:constants_nb|{{#if:{{#var:fc-neither}}||{{LSL Constants/Chat|np={{{np|}}}|nd={{{nd|}}}|direct={{{direct|}}}}}}}
{{#vardefine:constants_nb|{{#if:{{#var:fc-neither}}||{{LSL Constants/Chat/ru|np={{{np|}}}|nd={{{nd|}}}|direct={{{direct|}}}}}}}
{{#var:constants_nb}}}}
{{#var:constants_nb}}}}
{{#vardefine:p_{{{1|none}}}_desc|Канал {{#if:{{{input|}}}|input|вывода}} , любое целочисленное значение{{#if:{{#var:fc-neither}}|except {{#var:PUBLIC_CHANNEL}} and {{#var:DEBUG_CHANNEL}}|{{#if:{{{np|}}}|except {{#var:PUBLIC_CHANNEL}}}}{{#if:{{{nd|}}}|except {{#var:DEBUG_CHANNEL}}}}}}}}
{{#vardefine:p_{{{1|none}}}_desc|канал {{#if:{{{input|}}}|input|вывода}} , любое целочисленное значение{{#if:{{#var:fc-neither}}|except {{#var:PUBLIC_CHANNEL}} and {{#var:DEBUG_CHANNEL}}|{{#if:{{{np|}}}|except {{#var:PUBLIC_CHANNEL}}}}{{#if:{{{nd|}}}|except {{#var:DEBUG_CHANNEL}}}}}}}}
{{#vardefine:p_{{{1|none}}}_hover| Канал {{#if:{{{input|}}}|input|вывода}} , любое целочисленное значение {{#if:{{#var:fc-neither}}|except PUBLIC_CHANNEL and DEBUG_CHANNEL|{{#if:{{{np|}}}|except PUBLIC_CHANNEL}}{{#if:{{{nd|}}}|except DEBUG_CHANNEL}}}}}}
{{#vardefine:p_{{{1|none}}}_hover| канал {{#if:{{{input|}}}|input|вывода}} , любое целочисленное значение {{#if:{{#var:fc-neither}}|except PUBLIC_CHANNEL and DEBUG_CHANNEL|{{#if:{{{np|}}}|except PUBLIC_CHANNEL}}{{#if:{{{nd|}}}|except DEBUG_CHANNEL}}}}}}


{{#ifeq:{{#var:fc-neither}}{{{1|<noinclude>{{{1}}}</noinclude>}}}{{{dialog|}}}|{{{1}}}|
{{#ifeq:{{#var:fc-neither}}{{{1|<noinclude>{{{1}}}</noinclude>}}}{{{dialog|}}}|{{{1}}}|
Line 29: Line 29:
{{#vardefine:p_{{{2|none_}}}_desc|message to be displayed in the {{{dialog|}}}}}
{{#vardefine:p_{{{2|none_}}}_desc|message to be displayed in the {{{dialog|}}}}}
|
|
{{#vardefine:p_{{{2|none_}}}_desc|message to be transmitted}}
{{#vardefine:p_{{{2|none_}}}_desc|произносимое сообщение}}
}}
}}
}}
}}

Latest revision as of 22:10, 25 August 2012

#var value
caveats
  • Messages sent on PUBLIC_CHANNEL and DEBUG_CHANNEL are throttled to a rate of <200/2sec, per region, per owner/user.
    • Once the rate is exceeded, all following messages on PUBLIC_CHANNEL or DEBUG_CHANNEL will be dropped until the send rate is again below 200/2sec for the previous 2 sec. Dropped messages, despite being dropped still count against the limit.
p_none_desc канал вывода , любое целочисленное значение
p_none_hover канал вывода , любое целочисленное значение
p_none__desc произносимое сообщение
constants_nb
Channel Constant Description
DEBUG_CHANNEL 0x7FFFFFFF Канал, зарезервированный для сообщений ошибках и тестовых сообщений.
PUBLIC_CHANNEL 0x0 Канал, слышный всем пользователям в радиусе действия.