LlGetRegionName/fr - Second Life Wiki

LlGetRegionName/fr

From Second Life Wiki

Jump to: navigation, search

Fonction: string llGetRegionName( );

Renvoie un correspondant au nom de la région


Exemples

 
// Début d’un script d’informations sur une région.
default
{
    state_entry()
    {
        llSetTimerEvent(3.0);
    }
 
    timer()
    {
        string msg;
 
        msg = "NOM  REGION : " + llGetRegionName();
 
        llSetText(msg, <0,1,0>, 1.0);
    }
}
 

Voir également

Fonctions

•  llGetSimulatorHostname Renvoie le nom de la sim