Difference between revisions of "LlGetViewerVersion"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Function |func_id |mode=request |func_sleep=0.0 |func_energy=0.0 |func=llGetViewerVersion |return_type=string |p1_type=key|p1_name=agent|p1_desc=key of avatar to get viewer version |...)
 
Line 6: Line 6:
|func=llGetViewerVersion
|func=llGetViewerVersion
|return_type=string
|return_type=string
|p1_type=key|p1_name=agent|p1_desc=key of avatar to get viewer version
|p1_type=key|p1_name=agent|p1_desc=avatar UUID that is in the same region
|func_footnote
|func_footnote
|func_desc
|func_desc
|return_text=that is the viewer version being used by '''agent'''.
|return_text=that is the viewer version being used by '''agent'''.
|spec
|spec
|caveats
|caveats=*If the user has "{{HoverText|Share viewer version with objects|LanguageIsPublic}}" disabled then this function returns an empty string.
|examples
|examples
|helpers
|helpers

Revision as of 13:52, 14 June 2009

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: string llGetViewerVersion( key agent );
REQUEST Function ID
0.0 Forced Delay
0.0 Energy

Returns a string that is the viewer version being used by agent.

• key agent avatar UUID that is in the same region

Caveats

  • If the user has "Share viewer version with objects" disabled then this function returns an empty string.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetViewerVersion( key agent );