Difference between revisions of "LlSetVehicleRotationParam"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=235|func_sleep=0.0|func_energy=10.0|func=llSetVehicleRotationParam|p1_type=integer|p1_name=param|p2_type=rotation|p2_name=rot|func_footnote=sets the specified vehicle rotation parameter|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSLFunctionAll|func_id=235|func_sleep=0.0|func_energy=10.0|func=llSetVehicleRotationParam|p1_type=integer|p1_name=param|p2_type=rotation|p2_name=rot|func_desc=sets the specified vehicle rotation parameter|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]

Revision as of 16:10, 26 January 2007

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: llSetVehicleRotationParam( integer param, rotation rot );
0.0 Forced Delay
10.0 Energy

sets the specified vehicle rotation parameter

• integer param
• rotation rot

Examples

Deep Notes

Signature

function void llSetVehicleRotationParam( integer param, rotation rot );