Talk:LlListStatistics

From Second Life Wiki
Revision as of 08:36, 9 August 2014 by Joris Tolsen (talk | contribs) (for statement should have < in stead of >)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I can only get this function to compile by assuming it returns a float. That actually makes sense because the list can store numbers as floats. Accordingly I've changed the return type.
Wilder Vallejo 12:23, 23 February 2007 (PST)

You are correct, it should be a float return, I've looked it up to confirm it. Not sure at what step I made the mistake. Good catch. Strife Onizuka 13:17, 23 February 2007 (PST)

Just looked at the source, the tooltip for llListStatistics is wrong. VWR-148 Strife Onizuka

For the example to work as expected the for statement should read : if(3 < ++ticks). Now it stops working when there is enough information gathered to make sense. Joris Tolsen 08:36, 9 August 2014 (PDT)