Hey all,
This here's an RFC (request for comment) on a new addition to
llGetObjectDetails() I'm proposing. Anyone interested in starting a
discussion on it should head over to that thar jira thingy and let all know!
--GC
Add OBJECT_ACQUIRED to llGetObjectDetails() to return the Unix time/date that an object was acquired by the current owner.
--------------------------------------------------------------------------------------------------------------------------
Key: SVC-4807
URL:
http://jira.secondlife.com/browse/SVC-4807 Project: 2. Second Life Service - SVC
Issue Type: New Feature
Components: Scripts
Environment: All.
Reporter: GC Continental
I'm looking for a function to do this:
default{
state_entry{
list a = llGetObjectDetails(llGetKey(), ([OBJECT_ACQUIRED]));
llWhisper(0, "you got this at unix date/time: "+llList2String(a, 0));
}
}
This function would enable the script to tell how old it is. The information can be used for several purposes, including subscription-based scripting, time-based marketing, etc.
The data exists in the properties window when viewed from inventory, so one could conclude that there is no reason why it couldn't be simply retrieved via an LSL call.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.secondlife.com/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
Click here to unsubscribe or manage your list subscription:
https://lists.secondlife.com/cgi-bin/mailman/listinfo/secondlifescripters