OsSetSpeed
From OpenSimulator
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | {| | + | {{osslfunc| |
− | + | threat_level = Moderate | |
− | | | + | | |
− | + | function_syntax = <source lang="lsl"> | |
− | + | ||
− | + | ||
− | + | ||
osSetSpeed(string UUID, float SpeedModifier) | osSetSpeed(string UUID, float SpeedModifier) | ||
</source> | </source> | ||
− | | | + | | |
− | + | ossl_example = <source lang="lsl"> | |
default | default | ||
{ | { | ||
Line 18: | Line 15: | ||
} | } | ||
</source> | </source> | ||
− | | | + | | |
− | + | additional_info = Implemented December 30, 2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850 | |
− | 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. | ||
− | + | | | |
− | + | }} |
Revision as of 16:43, 12 June 2011
osSetSpeed(string UUID, float SpeedModifier) | |
No descriptions provided | |
Threat Level | Moderate |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
default { state_entry() { osSetSpeed(llGetOwner(), 2); } } | |
Notes | |
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. |