Difference between revisions of "LlGetMyAccountBalance"

From Second Life Wiki
Jump to navigation Jump to search
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Function|func_id=REQUEST|func_sleep=0.1|func_energy=10.0|func=llGetMyAccountBalance|sort=llGetMyAccountBalance|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.}}[[Category:LSL_WishList|GetMyAccountBalance]][[Category:LSL_Stub]]
|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.}}

Latest revision as of 15:20, 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.

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetMyAccountBalance();