OsCauseHealing
From OpenSimulator
(Difference between revisions)
(New page: '''Requires Scripted Example:''' osCauseHealing(string avatar, double damage);<br>This does the opposite of osCauseDamage. It gives health to the avatar.<br> Related to OsCauseDamage) |
|||
Line 1: | Line 1: | ||
− | '''Requires Scripted Example:''' | + | '''Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850''' |
+ | |||
+ | '''Requires Scripted Example:''' | ||
osCauseHealing(string avatar, double damage);<br>This does the opposite of osCauseDamage. It gives health to the avatar.<br> | osCauseHealing(string avatar, double damage);<br>This does the opposite of osCauseDamage. It gives health to the avatar.<br> | ||
Related to [[OsCauseDamage]] | Related to [[OsCauseDamage]] |
Revision as of 06:55, 31 December 2009
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
Requires Scripted Example:
osCauseHealing(string avatar, double damage);
This does the opposite of osCauseDamage. It gives health to the avatar.
Related to OsCauseDamage