DATA PAYINFO: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
no time to finish this now... |
||
| Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=8 | |value=8 | ||
|desc=returns integer mask | |desc=returns integer mask that can contain either of these two bits: [[PAYMENT_INFO_ON_FILE]], [[PAYMENT_INFO_USED]] | ||
|pa | |pa | ||
|text | |text | ||
| Line 9: | Line 9: | ||
|examples | |examples | ||
|constants= | |constants= | ||
{{ | {{!}} | ||
{{ | {{{!}} {{Prettytable|style=margin-top:0;margin-right:0;}} | ||
{{LSL_Constants/llRequestAgentData}} | |||
{{!}}} | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llRequestAgentData]]|}} | {{LSL DefineRow||[[llRequestAgentData]]|}} | ||
Revision as of 16:52, 18 April 2009
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer DATA_PAYINFO = 8;The integer constant DATA_PAYINFO has the value 8
returns integer mask that can contain either of these two bits: PAYMENT_INFO_ON_FILE, PAYMENT_INFO_USED
Caveats
Related Articles
Constants
| |||||||||||||||||||||||||||||||||||||||||||
Functions
| • | llRequestAgentData |
Events
| • | dataserver |