Difference between revisions of "LlGetGender"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 16: Line 16:
|related
|related
|also
|also
|notes=Very useful for some special kind of products like poseballs and animations,also for attaching or detaching some body parts and access rules in some regions}}
|notes=Very useful for some special kind of products like poseballs and animations,also for attaching or detaching some body parts and access rules in some regions. <br/>
Sounds useful indeed, but should probably be agent data you can fetch with [[llRequestAgentData]].}}

Revision as of 12:03, 4 June 2007

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

Summary

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

Returns a string the gender of an agent located in the same region the script is running in.

• key avatar agent UUID

Caveats

  • This function causes the script to sleep for 0.1 seconds.
  • Works only for agents recently located in the same region 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,also for attaching or detaching some body parts and access rules in some regions.
Sounds useful indeed, but should probably be agent data you can fetch with llRequestAgentData.

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetGender( key avatar );