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 |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=7 | |value=7 | ||
|desc=returns string simulator rating "PG", "MATURE" or "UNKNOWN" | |desc=returns string simulator rating "PG", "MATURE", "ADULT" or "UNKNOWN" | ||
|pa= | |pa= | ||
|text= | |text= | ||
Line 15: | Line 15: | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
|location | |location | ||
|also_tests= | |||
{{LSL DefineRow||[[llGetSimRating Test]]|}} | |||
|cat1 | |cat1 | ||
|cat2 | |cat2 |
Latest revision as of 20:44, 20 June 2009
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", "ADULT" or "UNKNOWN"
Caveats
Related Articles
Functions
• | llRequestSimulatorData |