LlGetScriptName/fr

From Second Life Wiki
< LlGetScriptName
Revision as of 14:36, 9 February 2008 by Gally Young (talk | contribs) (Localized to french)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Fonction: string llGetScriptName( );

Renvoie un string correspondant au nom du script.


Exemples

Supprime le script de l'objet

default
{
    state_entry()
    {
        llRemoveInventory(llGetScriptName());
    }
}
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.