Difference between revisions of "LlGetGender"

From Second Life Wiki
Jump to navigation Jump to search
m (Added 'Also' section)
Line 2: Line 2:
|func_id
|func_id
|mode=request
|mode=request
|func_sleep=0.1
|func_sleep=0.0
|func_energy=10.0
|func_energy=0.0
|func=llGetGender
|func=llGetGender
|sort=GetGender
|sort=GetGender
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. <br/>
|also_functions={{LSL DefineRow||[[llRequestAgentData]]|}}
|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]].}}
Sounds useful indeed, but should probably be agent data you can fetch with [[llRequestAgentData]].}}

Revision as of 06:59, 24 September 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 );

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

• key avatar agent UUID

Caveats

  • 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.

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.

See Also

Functions

•  llRequestAgentData

Deep Notes

Signature

//function string llGetGender( key avatar );