llGetGender

From Second Life Wiki
Revision as of 20:02, 31 May 2007 by Anylyn Hax (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llGetGender( string avatar name );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Returns the Gender of an agent located in the same sim the script is running in.

• string avatar name

Caveats

  • This function causes the script to sleep for 0.1 seconds.Works only for agents recently located in the same sim the script is running in. Grid-wide GetGender could be provided via a dataserver call.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

Very useful for some special kind of products like poseballs and animations,allso for ataching or detaching some body parts and access rules in some regions

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetGender( string avatar name );