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

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<noinclude>{|{{Prettytable}}</noinclude>
<noinclude>{|{{Prettytable}}</noinclude>
{{!}} {{LSLG|DATA_ONLINE}}
{{!}} {{LSL Const|DATA_ONLINE|integer|1}}
{{!}} 1
{{!}} {{#var:value}}
{{!}} ({{LSLG|integer}}) {{HoverText|boolean|TRUE or FALSE}}
{{!}} ([[integer]]) {{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 agents 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 in ISO 8601 format of YYYY-MM-DD.
{{!}}-
{{!}}-
{{!}} {{LSLG|DATA_RATING}}
{{!}} {{LSL Const|DATA_RATING|integer|4}}
{{!}} 4
{{!}} {{#var:value}}
{{!}} {{LSLG|llCSV2List}}()
{{!}} [[llCSV2List]]()
{{!}} colspan="4" {{!}} Deprecated: Returns [0, 0, 0, 0, 0, 0]<br/>Use to return: [pos_behavior, neg_behavior, pos_appearance, neg_appearance, pos_building, neg_building]
{{!}} colspan="4" {{!}} Deprecated: Returns [0, 0, 0, 0, 0, 0]<br/>Use 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" {{!}} ({{LSLG|integer}}) mask
! colspan="3" {{!}} Flag
! colspan="3" {{!}} Flag
! Description
! Description
{{!}}-
{{!}}-
{{!}} colspan="2" {{!}} {{LSLG|PAYMENT_INFO_ON_FILE}}
{{!}} colspan="2" {{!}} {{LSL Const|PAYMENT_INFO_ON_FILE}}
{{!}} {{LSL Hex|0x1|1}}
{{!}} {{#var:value}}
{{!}} If payment info is on file.
{{!}} If payment info is on file.
{{!}}-
{{!}}-
{{!}} colspan="2" {{!}} {{LSLG|PAYMENT_INFO_USED}}
{{!}} colspan="2" {{!}} {{LSL Const|PAYMENT_INFO_USED}}
{{!}} {{LSL Hex|0x2|2}}
{{!}} {{#var:value}}
{{!}} If payment info has been used.
{{!}} If payment info has been used.
<noinclude>|}</noinclude>
<noinclude>|}</noinclude>

Revision as of 22:50, 5 June 2007

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