Difference between revisions of "LlGetRegionFPS"
From Second Life Wiki
m (No longer returns greater than 45.0) |
m |
||
Line 12: | Line 12: | ||
|spec | |spec | ||
|caveats= | |caveats= | ||
− | * | + | *Region FPS is capped at 45.0 frames per second, so this function never returns greater than 45.0 |
|examples | |examples | ||
|helpers | |helpers | ||
Line 30: | Line 30: | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
− | |||
− | |||
}} | }} |
Revision as of 12:43, 12 May 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: float llGetRegionFPS( );228 | Function ID |
0.0 | Forced Delay |
10.0 | Energy |
Returns a float that is the mean region frames per second.
Caveats
- Region FPS is capped at 45.0 frames per second, so this function never returns greater than 45.0
Examples
See Also
Functions
• | llGetSimulatorHostname | – | Gets the hostname of the server | |
• | llGetRegionTimeDilation | – | Gets the region time dilation |