11.07.2015 Views

Linden Scripting Language Guide - Engineering Center

Linden Scripting Language Guide - Engineering Center

Linden Scripting Language Guide - Engineering Center

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

B.5. collision_endAppendix B. Eventscollision_end(integer total_number);This event is raised when another object stops colliding with the object the script is attached to. The number ofdetected objects is passed to the script. Information on those objects may be gathered via the llDetected* libraryfunctions. (Collisions are also generated if a user walks into an object.)B.6. collision_startcollision_start(integer total_number);This event is raised when another object begins to collide with the object the script is attached to. The number ofdetected objects is passed to the script. Information on those objects may be gathered via the llDetected* libraryfunctions. (Collisions are also generated if a user walks into an object.)B.7. controlcontrol(key name, integer levels, integer edges);Once a script has the ability to grab control inputs from the avatar, this event will be used to pass the commandsinto the script. The levels and edges are bitfields of control constsants.B.8. dataserverdataserver(key requested, string data);This event is triggered when the requested data is returned to the script. Data may be requested by thellRequestAgentData, the llRequestInventoryData, and the llGetNotecardLine function calls.B.9. emailemail(string time, string address, string subject, string body, integer remaining);91

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!