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.

A.148. llPlaySoundSlaveAppendix A. <strong>Linden</strong> Library FunctionsllPlaySoundSlave(string sound, float volume);Behaviour is identical to llPlaySound, unless there is a "Sync Master" present. If a Sync Master is alreadyplaying the Slave sound will not be played until the Master hits its loop point and returns to the beginning.llPlaySoundSlave will play the sound exactly once; if it is desired to have the sound play every time the Masterloops, either use llLoopSoundSlave with extra silence padded on the end of the sound or ensure thatllPlaySoundSlave is called at least once per loop of the Master.A.149. llPointAtllPointAt(vector pos);Make avatar that owns object point at pos.A.150. llPowllPow(float base, float exp);Returns base raised to the exp.A.151. llPreloadSoundllPreloadSound(string sound);Preloads sound from object inventory on nearby viewers.A.152. llPushObjectllPushObject(key id, vector impulse, vector angular_impulse, integer local);Applies impulse and angular_impulse to object id.66

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

Saved successfully!

Ooh no, something went wrong!