Toggle To For: Difference between revisions
(Marked this version for translation) |
(Marked this version for translation) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<!--T:2--> | |||
<section begin="image"/>[[File:toggle_to_for_block.png|alt=The Toggle To For Block|thumb]]<section end="image"/><p id="tooltip">Turns a toggle button widget on or off. Selecting “for everyone” has the same effect as if the user clicked the button. But “for me” will turn the button on/off only for the agent(s) who execute this command.</p> | |||
==Syntax== <!--T:3--> | |||
<!--T:4--> | |||
Select the desired toggle-button widget from the first drop down menu. Then select either “on” or “off” from the second drop down menu. Then select either “me” or “everyone” from the last drop down menu. | |||
==Example== <!--T:5--> | |||
<!--T:6--> | |||
[[File:toggle_to_for_example.gif|alt=Toggle To For example gif|thumb]] | |||
[[File:toggle_to_for_example.png|alt=Toggle To For example code|thumb]] | |||
<!--T:7--> | |||
While forever is toggled on, after completing everything in the list above the block, forever will be toggled off for everyone automatically. Forever will be toggled off until it is pushed again. When the ‘for me’ behavior is toggled, only the blocks which affect a particular agent will be turned off. If the ‘everyone’ behavior is toggled, then all blocks for all agents will be turned off. | |||
<!--T:1--> | <!--T:1--> |
Latest revision as of 19:25, 11 August 2023
Turns a toggle button widget on or off. Selecting “for everyone” has the same effect as if the user clicked the button. But “for me” will turn the button on/off only for the agent(s) who execute this command.
Syntax
Select the desired toggle-button widget from the first drop down menu. Then select either “on” or “off” from the second drop down menu. Then select either “me” or “everyone” from the last drop down menu.
Example
While forever is toggled on, after completing everything in the list above the block, forever will be toggled off for everyone automatically. Forever will be toggled off until it is pushed again. When the ‘for me’ behavior is toggled, only the blocks which affect a particular agent will be turned off. If the ‘everyone’ behavior is toggled, then all blocks for all agents will be turned off.