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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix A. <strong>Linden</strong> Library FunctionsActivates the vehicle action and choose vehicle type. Valid types and an explination of their characteristeicscan be found in the vehicle type constants section.A.210. llSetVehicleRotationParamllSetVehicleRotationParam(integer param_name, rotation param_value);Sets the vehicle rotation parameter param_name to param_value. Valid parameters can be found in thevehicle parameter constants section.A.211. llSetVehicleVectorParamllSetVehicleVectorParam(integer param_name, vector param_value);Sets the vehicle vector parameter param_name to param_value. Valid parameters can be found in thevehicle paramter constants section.A.212. llShoutllShout(integer channel, string text);Shout text on channel. Channel 0 is the public chat channel that all avatars see as chat text. Channels 1 to2,147,483,648 are private channels that are not sent to avatars but other scripts can listen for through the llListenapi.A.213. llSinfloat llSin(float theta);Returns the sine of theta in radians.79

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

Saved successfully!

Ooh no, something went wrong!