OsGetPrimCount

From OpenSimulator

Revision as of 15:01, 14 June 2023 by Ubit (Talk | contribs)

Jump to: navigation, search
integer osGetPrimCount()

integer osGetPrimCount(key objectID)

===== Arguments: =====
  • objectID optional key a prim
Threat Level ignore is unknown threat level
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
default
{
    state_entry()
    {
       llSay(0, "Script running");
    }
    touch_start(integer num)
    {
        llOwnerSay(" this linkset has " + (string) osGetPrimCount() + " prims");
    }
}
Notes
This function was added in 0.9.3.0


Personal tools
General
About This Wiki