llGetVisualParams

From Second Life Wiki
Revision as of 08:41, 18 April 2022 by Rider Linden (talk | contribs) (Created page with "{{LSL_Function |inject-2= {{LSL_Function/limits}}{{LSL_Function/uuid|id|sim=*}} ||func_sleep=0.0|func_energy=10.0 |func=llGetVisualParams |p1_type=key|p1_name=agentid|p1_desc=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: list llGetVisualParams( key agentid, list params );

Returns a list of the details for agentid requested in params.

• key agentid Avatar ID in the same region.
• list params List of visual param ids or names.

An empty list if agentid is not found. An empty string, "", is returned in the place of any invalid or unknown visual parameter.

Specification

agentid Parameter

agentid holds the UUID of the avatar this function will get the visual parameters for.

params Parameter

The params list is used to indicate the visual parameters of interest. The order they are supplied in determines the order of the corresponding return values in the return list.

  • If params contains unsupported or unknown parameters, an empty string is placed in the output list.

Template:LSL Constants/Visual Parameters

Examples

See Also

Articles

•  Limits SL limits and constrictions

Deep Notes

Search JIRA for related Issues

Signature

function list llGetVisualParams( key agentid, list params );