Difference between revisions of "DATA SIM RATING"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=DATA_SIM_RATING |type=integer |value=7 |desc=returns string simulator rating "PG", "MATURE" or "UNKNOWN" |pa= |text= |pb= |examples |constants= <!--{{LSL ConstRow|PAY...) |
m |
||
Line 15: | Line 15: | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
|location | |location | ||
|also_tests= | |||
{{LSL DefineRow||[[llGetSimRating Test]]|}} | |||
|cat1 | |cat1 | ||
|cat2 | |cat2 |
Revision as of 11:48, 3 November 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer DATA_SIM_RATING = 7;The integer constant DATA_SIM_RATING has the value 7
returns string simulator rating "PG", "MATURE" or "UNKNOWN"
Caveats
Related Articles
Functions
• | llRequestSimulatorData |