LlDetectedName

From Second Life Wiki
Revision as of 00:19, 31 May 2007 by Cow Taurog (talk | contribs) (+example)
Jump to navigation Jump to search

{{LSL_Function |func_id=31|func_sleep=0.0|func_energy=10.0 |sort=DetectedName |func=llDetectedName|return_type=string|p1_type=integer|p1_name=number |func_footnote=Returns an empty string if number is not with in range. |func_desc |return_text=that is the name of detected object or avatar number |spec |caveats=empty string might mean NULL_KEY in this case... |constants |examples=

default
}
{
{{#pad:|

24

| |right}}touch_start(integer num)
{{Tab}{
{{#pad:|

48

| |right}}llSay(0,llDetectedName(0));
{{#pad:|

24

| |right}}}
}

|helpers |also_functions |also_events |also_articles=|-style="vertical-align:top;" | style="color:gray;" |•  | Detected | style="color:gray;" | | | |notes }}