Difference between revisions of "LlGetMyAccountBalance"

From Second Life Wiki
Jump to navigation Jump to search
 
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|self=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.
|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.}}[[Category:LSL_WishList|GetMyAccountBalance]][[Category:LSL_Stub]]

Revision as of 05:56, 6 February 2007

Summary

Function: llGetMyAccountBalance( );

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();