Difference between revisions of "LlGetMyAccountBalance"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0|func=llGetMyAccountBalance|sort=GetMyAccountBalance|func_desc=Returns an integer representing the script owner's Linden Dollar account balance.
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0|func=llGetMyAccountBalance|sort=GetMyAccountBalance|func_desc=Returns an integer representing the script owner's Linden Dollar account balance.
|return_text|spec|caveats=Requires Permission|examples|helpers|related|also|notes=This function would allow us to get the current status of our Linden dollar account balance, and open the door for accounting after Money() events. Remark from Eraz Rhode: It also allow security issues, when sold items may look after the owners balance, but sends such sensible data to third parties without the knownledge of the account owner, which is not typically the script creator.}}
|return_text|spec|caveats=Requires Permission|examples|helpers|related|also|notes=This function would allow us to get the current status of our Linden dollar account balance, and open the door for accounting after Money() events. Remark from Eraz Rhode: It also might bring new security issues, when sold scripts may look after the owners balance, but sends such sensible data to third parties without the knownledge of the owner, which is not typically the script creator.}}

Revision as of 15:00, 22 May 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llGetMyAccountBalance( );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Returns an integer representing the script owner's Linden Dollar account balance.

Caveats

  • This function causes the script to sleep for 0.1 seconds.Requires Permission
All Issues ~ Search JIRA for related Bugs

Examples

Notes

This function would allow us to get the current status of our Linden dollar account balance, and open the door for accounting after Money() events. Remark from Eraz Rhode: It also might bring new security issues, when sold scripts may look after the owners balance, but sends such sensible data to third parties without the knownledge of the owner, which is not typically the script creator.

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetMyAccountBalance();