OsGetParcelDwell

From OpenSimulator

Revision as of 03:02, 21 October 2019 by Ubit (Talk | contribs)

Jump to: navigation, search
integer osGetParcelDwell(vector pos)
This function allows you to get parcel dwell.

Alternatively you can also use PARCEL_DETAILS_DWELL with the function llGetParcelDetails.

Threat Level This function does not do a threat level check is unknown threat level
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
default
{
    state_entry() {;}
 
    touch_start(integer number)
    {
        llSay(PUBLIC_CHANNEL, "Parcel Dwell: " + osGetParcelDwell(llGetPos()));
    }
}
Notes
This function was added in 0.9.1.0 Dev. July, 26 2019.


Personal tools
General
About This Wiki