Difference between revisions of "Template:LSL Constants/llRequestAgentData/fr"

From Second Life Wiki
Jump to navigation Jump to search
(localized to french)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{!}} {{LSL Const/fr|DATA_ONLINE|integer|1}}
{{!}} {{LSL Const/fr|DATA_ONLINE|integer|1}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} ([[integer/fr|integer]]) {{HoverText|boolean|TRUE ouFALSE}}
{{!}} ([[integer/fr|integer]]) {{HoverText|boolean|TRUE ou FALSE}}
{{!}} colspan="4" {{!}} Détecte si un agent est en ligne
{{!}} colspan="4" {{!}} Détecte si un agent est en ligne
{{!}}-
{{!}}-
Line 13: Line 13:
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} [[string/fr|string]]
{{!}} [[string/fr|string]]
{{!}} colspan="4" {{!}} renvoie la date de création/naissance d'un agent (la date est un string dans un format ISO 8601 de AAAA-MM-JJ.=
{{!}} colspan="4" {{!}} renvoie la date de création/naissance d'un agent (la date est un string dans un format ISO 8601 de AAAA-MM-JJ ).
{{!}}-
{{!}}-
{{!}} {{LSL Const/fr|DATA_RATING|integer|4}}
{{!}} {{LSL Const/fr|DATA_RATING|integer|4}}
Line 26: Line 26:
! Descriptions
! Descriptions
{{!}}-
{{!}}-
{{!}} colspan="2" {{!}} {{LSL Const/fr|PAYMENT_INFO_ON_FILE|integer|hex=0x1|c=Signale si les informations de paiement de l'agent sont sur sur fichier.}}
{{!}} colspan="2" {{!}} {{LSL Const/fr|PAYMENT_INFO_ON_FILE|integer|hex=0x1|ihex=1|c=Signale si les informations de paiement de l'agent sont sur sur fichier.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} colspan="2" {{!}} {{LSL Const/fr|PAYMENT_INFO_USED|integer|hex=0x2|c=Signale si les informations de paiement ont déja été utilisées.}}
{{!}} colspan="2" {{!}} {{LSL Const/fr|PAYMENT_INFO_USED|integer|hex=0x2|ihex=2|c=Signale si les informations de paiement ont déja été utilisées.}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
<noinclude>|}</noinclude>
<noinclude>|}</noinclude>

Latest revision as of 23:39, 16 May 2012

DATA_ONLINE 1 (integer) boolean Détecte si un agent est en ligne
DATA_NAME 2 string Renvoie le nom d'un agent
DATA_BORN 3 string renvoie la date de création/naissance d'un agent (la date est un string dans un format ISO 8601 de AAAA-MM-JJ ).
DATA_RATING 4 llCSV2List() Désactivé : Renvoie à présent [0, 0, 0, 0, 0, 0]
Renvoyé : [pos_behavior, neg_behavior, pos_appearance, neg_appearance, pos_building, neg_building]
DATA_PAYINFO 8 (integer) codes Codes Descriptions
PAYMENT_INFO_ON_FILE 0x1 Signale si les informations de paiement de l'agent sont sur sur fichier.
PAYMENT_INFO_USED 0x2 Signale si les informations de paiement ont déja été utilisées.