LlSetTouchText/fr

From Second Life Wiki
< LlSetTouchText
Revision as of 17:34, 21 March 2008 by Gally Young (talk | contribs) (Localized to french)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Fonction: llSetTouchText( string texte );

Affiche le texte dans le "pie menu" au lieu de "Touch" (toucher)

• string texte

Le texte est limité à 9 caractères.
Changer le texte ne change pas le comportement du menu.

Exemples

<lsl>default {

   state_entry()
   {
       llSetTouchText("Touche moi!");
   }
   touch_start(integer detected)
   {
       llSay(0, "mais tu m'as touché!");
   }

}</lsl>

Voir également

Fonctions

Articles

Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.