llEjectAt

From Second Life Wiki
Revision as of 09:29, 10 July 2008 by Destiny Niles (talk | contribs)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llEjectAt( key avatar, vector pos );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Eject agent At position

• key avatar
• vector pos

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

can be done using the llTeleportAgentHome, llEjectFromLand and or llAddToLandBanList --Destiny Niles 09:29, 10 July 2008 (PDT)

Deep Notes

Search JIRA for related Issues

Signature

//function void llEjectAt( key avatar, vector pos );

Comments

JIRA :

--Brice Grot 13:07, 11 June 2008 (PDT)