OsCauseHealing

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(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)
 
m (XEngine to OSSL)
(16 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''Requires Scripted Example:'''
+
{{osslfunc
 +
|threat_level=High
 +
|permissions=${OSSL&#124;osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 +
|delay=0
 +
|function_syntax= osCauseHealing(key avatar, float healing)
 +
|ossl_example=<source lang="lsl">
 +
default
 +
{
 +
  state_entry()
 +
  {
 +
    osCauseHealing(llGetOwner(), 50);
 +
  }
 +
}
 +
</source>
 +
|description=Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
  
osCauseHealing(string avatar, double damage);<br>This does the opposite of osCauseDamage. It gives health to the avatar.<br>
+
This does the opposite of osCauseDamage. It gives health to the avatar.
  
Related to [[OsCauseDamage]]
+
See also [[OsCauseDamage]].
 +
|
 +
}}

Revision as of 07:24, 7 November 2019

osCauseHealing(key avatar, float healing)
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850

This does the opposite of osCauseDamage. It gives health to the avatar.

See also OsCauseDamage.

Threat Level High
Permissions ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
default
{
   state_entry()
  {
     osCauseHealing(llGetOwner(), 50);
  }
}
Personal tools
General
About This Wiki