Difference between revisions of "LlGetGender"

From Second Life Wiki
Jump to navigation Jump to search
 
m
Line 1: Line 1:
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0|func=llGetGender|sort=GetGender|p1_type=string|p1_name=avatar name
{{LSL_Function
|func_desc=Returns the Gender of an agent located in the same sim the script is running in.
|func_id
|return_text|spec|caveats=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.|examples|helpers|related|also|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}}
|mode=request
|func_sleep=0.1
|func_energy=10.0
|func=llGetGender
|sort=GetGender
|p1_type=key|p1_name=avatar|p1_desc=agent UUID
|return_text=the gender of an agent located in the same region the script is running in.
|return_type=string
|spec
|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
|helpers
|related
|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}}

Revision as of 09:41, 1 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

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetGender( key avatar );