OsCauseHealing

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
m (some syntax modification (may be major or minor))
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=High
 
|threat_level=High
|function_syntax=osCauseHealing(string avatar, double damage);
+
|function_syntax=void osCauseHealing(string avatar, float healing)
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
 
default
 
default

Revision as of 03:27, 2 July 2011

void osCauseHealing(string 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 No permissions specified
Extra Delay No function delay specified
Example(s)
default
{
   state_entry()
  {
     osCauseHealing(llGetOwner(), 50);
  }
}
Personal tools
General
About This Wiki