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

From Second Life Wiki
Jump to navigation Jump to search
m
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{|</noinclude>
<noinclude>{|{{Prettytable}}</noinclude>{{#if:
{{!}} {{LSLG|DATA_ONLINE}}
 
{{!}} 1
<!-- do not forget to update this value! -->
{{!}} ({{LSLG|integer}}) {{HoverText|boolean|TRUE or FALSE}}
{{#vardefine:InsertRows|7}}
 
}}
{{!}} {{LSL Const|DATA_ONLINE|integer|1}}
{{!}} {{#var:value}}
{{!}} ([[integer]])&nbsp;{{HoverText|boolean|TRUE or FALSE}}
{{!}} colspan="4" {{!}} If the requested agent is online
{{!}} colspan="4" {{!}} If the requested agent is online
{{!}}-
{{!}}-
{{!}} {{LSLG|DATA_NAME}}
{{!}} {{LSL Const|DATA_NAME|integer|2}}
{{!}} 2
{{!}} {{#var:value}}
{{!}} {{LSLG|string}}
{{!}} [[string]]
{{!}} colspan="4" {{!}} The requested agents name
{{!}} colspan="4" {{!}} The requested agent's {{LSLGC|Avatar/Name|legacy name}}
{{!}}-
{{!}}-
{{!}} {{LSLG|DATA_BORN}}
{{!}} {{LSL Const|DATA_BORN|integer|3}}
{{!}} 3
{{!}} {{#var:value}}
{{!}} {{LSLG|string}}
{{!}} [[string]]
{{!}} colspan="4" {{!}} The account creation/"born on" date as a string in in ISO 8601 format of YYYY-MM-DD.
{{!}} colspan="4" {{!}} The account creation/"born on" date as a string in an ISO 8601 format of YYYY-MM-DD.
{{!}}-
{{!}}-
{{!}} {{LSLG|DATA_RATING}}
{{!}} {{LSL Const|DATA_RATING|integer|4}}
{{!}} 4
{{!}} {{#var:value}}
{{!}} {{LSLG|llCSV2List}}()
{{!}} [[llCSV2List]]()
{{!}} colspan="4" {{!}} [behavior, 0, appearance, 0, building, 0]
{{!}} colspan="4" {{!}} '''Deprecated''': Returns [0, 0, 0, 0, 0, 0]<br/>Used to return: [pos_behavior, neg_behavior, pos_appearance, neg_appearance, pos_building, neg_building]
{{!}}-
{{!}}-
{{!}} rowspan="3" {{!}} {{LSLG|DATA_PAYINFO}}
{{!}} rowspan="3" {{!}} {{LSL Const|DATA_PAYINFO|integer|8}}
{{!}} rowspan="3" {{!}} 8
{{!}} rowspan="3" {{!}} {{#var:value}}
{{!}} rowspan="3" {{!}} ({{LSLG|integer}}) mask
{{!}} rowspan="3" {{!}} ([[integer]])&nbsp;{{HoverText|mask|PAYMENT_INFO_* flags}}
! colspan="3" {{!}} Flag
! colspan="3" {{!}} Flag
! Description
! Description
{{!}}-
{{!}}-
{{!}} colspan="2" {{!}} {{LSLG|PAYMENT_INFO_ON_FILE}}
{{!}} colspan="2" {{!}} {{LSL Const|PAYMENT_INFO_ON_FILE|integer|hex=0x1|ihex=1|c=If payment info is on file.}}
{{!}} {{LSL Hex|0x1|1}}
{{!}} {{#var:value}}
{{!}} If payment info is on file.
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} colspan="2" {{!}} {{LSLG|PAYMENT_INFO_USED}}
{{!}} colspan="2" {{!}} {{LSL Const|PAYMENT_INFO_USED|integer|hex=0x2|ihex=2|c=If payment info has been used.}}
{{!}} {{LSL Hex|0x2|2}}
{{!}} {{#var:value}}
{{!}} If payment info has been used.
{{!}} {{#var:comment}}
<noinclude>|}</noinclude>
<noinclude>|}</noinclude>

Latest revision as of 23:12, 16 May 2012

DATA_ONLINE 1 (integerboolean If the requested agent is online
DATA_NAME 2 string The requested agent's legacy name
DATA_BORN 3 string The account creation/"born on" date as a string in an ISO 8601 format of YYYY-MM-DD.
DATA_RATING 4 llCSV2List() Deprecated: Returns [0, 0, 0, 0, 0, 0]
Used to return: [pos_behavior, neg_behavior, pos_appearance, neg_appearance, pos_building, neg_building]
DATA_PAYINFO 8 (integermask Flag Description
PAYMENT_INFO_ON_FILE 0x1 If payment info is on file.
PAYMENT_INFO_USED 0x2 If payment info has been used.