llGetMyAccountBalance

From Second Life Wiki
Revision as of 15:00, 22 May 2007 by Eraz Rhode (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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();