Difference between revisions of "LlGetInventoryKey/fr"
Jump to navigation
Jump to search
m (Proofread) |
Gally Young (talk | contribs) m (fixes) |
||
Line 1: | Line 1: | ||
{{Multi-lang}} | {{Multi-lang}} | ||
{{LSL_Function/inventory/fr| | {{LSL_Function/inventory/fr|nom|uuid=false|type}} | ||
{{LSL_Function/fr | {{LSL_Function/fr | ||
|func_id=175|func_sleep=0.0|func_energy=10.0 | |func_id=175|func_sleep=0.0|func_energy=10.0 | ||
|func=llGetInventoryKey|return_type=key|p1_type=string|p1_name=nom | |func=llGetInventoryKey|return_type=key|p1_type=string|p1_name=nom | ||
|func_footnote=Si ''' | |func_footnote=Si '''nom''' n'est pas [[llGetInventoryPermMask/fr|cop/mod/trans]] alors la fonction renvoie la valeur {{LSL Const/fr|NULL_KEY|key|"00000000-0000-0000-0000-000000000000"|c=Évaluée comme "faux" dans les expressions conditionnelles (comme une clé invalide).}} | ||
|func_desc | |func_desc | ||
|sort=GetInventoryKey | |sort=GetInventoryKey |
Revision as of 03:58, 14 January 2008
LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: key llGetInventoryKey( string nom );175 | N° de fonction |
0.0 | Delais |
10.0 | Energie |
Renvoie un key qui est l'UUID de l'objet nom contenu dans l'inventaire
• string | nom | – | un élément de l'inventaire |
Si nom n'est pas cop/mod/trans alors la fonction renvoie la valeur NULL_KEY
Avertissements
- Si nom n'est pas dans l'inventaire de la prim alors une erreur se produit sur le canal DEBUG_CHANNEL.
Exemples
Voir également
Fonctions
• | llGetInventoryName | |||
• | llGetInventoryCreator | |||
• | llGetInventoryType | |||
• | llGetInventoryPermMask |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.