Difference between revisions of "LlGetInventoryKey/fr"
Jump to navigation
Jump to search
Gally Young (talk | contribs) m (fixe) |
m (Big proofreading) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LSL_Function/inventory/fr|nom|uuid=false|type}} | {{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 '''nom''' n'est pas [[llGetInventoryPermMask/fr| | |func_footnote=Si '''nom''' n'est pas copiable, modifiable et transférable ([[llGetInventoryPermMask/fr|copy/mod/trans]]), 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 |
Latest revision as of 04:56, 5 September 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 copiable, modifiable et transférable (copy/mod/trans), 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.