Difference between revisions of "LlAvatarOnSitTarget"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSL_Function|func_id=239|func_sleep=0.0|func_energy=10.0
{{LSL_Function|func_id=239|func_sleep=0.0|func_energy=10.0
|func=llAvatarOnSitTarget
|func=llAvatarOnSitTarget|sort=AvatarOnSitTarget
|sort=AvatarOnSitTarget
|return_type=key
|return_type=key
|return_text=that is the key of the user seated on the prim.
|return_text=that is the key of the user seated on the prim.
Line 10: Line 9:
|helpers
|helpers
|related
|related
|also_events=*{{LSLG|changed}}
|also_tests
|also_functions=*{{LSLG|llSitTarget}}
|also_events={{LSL DefineRow||{{LSLG|changed}}|}}
|also_functions={{LSL DefineRow||{{LSLG|llSitTarget}}|}}
|also_articles
|notes
|notes
}}[[Category:LSL_Avatar]][[Category:LSL_Stub]]
|cat1=Avatar
|cat2
|cat3
|cat4
}}

Revision as of 12:51, 25 February 2007

Summary

Function: key llAvatarOnSitTarget( );

Returns a key that is the key of the user seated on the prim.

If the prim lacks a sit target or there is no avatar sitting on the prim, then NULL_KEY is returned.

Caveats

If the prim lacks a sit target or the avatar is seated upon a different prim, the only way to determin how many and which avatars are seated upon the object is to scan the link set.

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  changed

Functions

•  llSitTarget

Deep Notes

Search JIRA for related Issues

Signature

function key llAvatarOnSitTarget();