OsSetSpeed

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''Implemented December 30, 2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850'''
+
{|  width="100%" style="border: thin solid black"
<source lang="lsl">
+
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
|'''Threat Level''' || <Threat Level goes here>
 +
 
 +
|- valign="top"
 +
|'''Function Syntax''' || <source lang="lsl">
 +
osSetSpeed(string UUID, float SpeedModifier)
 +
</source>
 +
|- valign="top"
 +
|'''Example(s)||<source lang="lsl">
 
  default
 
  default
 
  {
 
  {
Line 9: Line 18:
 
  }
 
  }
 
</source>
 
</source>
 +
|}
  
'''osSetSpeed'''(string UUID, float SpeedModifier)
+
Implemented December 30, 2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
  
 
This allows for users to speed themselves up. It multiplies the running, walking, and flying of the avatar.
 
This allows for users to speed themselves up. It multiplies the running, walking, and flying of the avatar.
  
 
+
[[Category:OSSL Functions]]
 
+
[[Category:OSSL]]
+
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without threat level]]

Revision as of 12:20, 11 June 2011

OsSetSpeed
Threat Level <Threat Level goes here>
Function Syntax
osSetSpeed(string UUID, float SpeedModifier)
Example(s)
default
 {
   state_entry()
   {
     osSetSpeed(llGetOwner(), 2);
   }
 }

Implemented December 30, 2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850

This allows for users to speed themselves up. It multiplies the running, walking, and flying of the avatar.

Personal tools
General
About This Wiki