Difference between revisions of "LlSetVehicleVectorParam"

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

Revision as of 16:07, 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.

  Either 'func_desc' or 'return_type' & 'return_text' must be defined

(Please use 'return_text' & 'return_type' or 'func_desc' to summarize the functions actions.)

Summary

Function: llSetVehicleVectorParam( integer param, vector rot );
• integer param
• vector rot

sets the specified vehicle vector parameter

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llSetVehicleVectorParam( integer param, vector rot );