OsSetSpeed
From OpenSimulator
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
|- valign="top" | |- valign="top" | ||
− | |'''Threat Level''' || | + | |'''Threat Level''' || Moderate |
|- valign="top" | |- valign="top" |
Revision as of 12:34, 11 June 2011
OsSetSpeed | |
Threat Level | Moderate |
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.