DATA PAYINFO
Jump to navigation
Jump to search
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
Used with llRequestAgentData to return a string that contains the integer mask that can contain either of these two constants: PAYMENT_INFO_ON_FILE, PAYMENT_INFO_USED
It is important to know that it is possible to have PAYMENT_INFO_USED but currently not have PAYMENT_INFO_ON_FILE (payment info can be removed after being used).
Caveats
Related Articles
Constants
|
Functions
• | llRequestAgentData |
Events
• | dataserver |