Difference between revisions of "Template:LSL Constants/llGetSimStats"

From Second Life Wiki
Jump to navigation Jump to search
m
(fix range and description)
Line 8: Line 8:
{{!}} {{LSL Const|SIM_STAT_PCT_CHARS_STEPPED|integer|?}}
{{!}} {{LSL Const|SIM_STAT_PCT_CHARS_STEPPED|integer|?}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{Interval|gte=0.0|lte=1.0|center=return}}
{{!}} {{Interval|gte=0.0|lte=100.0|center=return}}
{{!}} The % of pathfinding characters skipped each frame, averaged over the last minute. The value corresponds to the "Characters Updated" stat in the viewer's Statistics Bar.  
{{!}} The % of pathfinding characters updated each frame, averaged over the last minute. The value corresponds to the "Characters Updated" stat in the viewer's Statistics Bar.  
{{!}}}
{{!}}}

Revision as of 02:34, 20 February 2013

Name Possible Return Description
SIM_STAT_PCT_CHARS_STEPPED ? [0.0, 100.0] The % of pathfinding characters updated each frame, averaged over the last minute. The value corresponds to the "Characters Updated" stat in the viewer's Statistics Bar.