OsCauseHealing

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = High
|- valign="top"
+
|
|'''Threat Level''' || High
+
function_syntax = <source lang="lsl">
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osCauseHealing(string avatar, double damage);
 
osCauseHealing(string avatar, double damage);
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
default
 
default
 
{
 
{
Line 17: 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 does the opposite of osCauseDamage. It gives health to the avatar.
 
This does the opposite of osCauseDamage. It gives health to the avatar.
  
 
See also [[OsCauseDamage]].
 
See also [[OsCauseDamage]].
 
+
|
 
+
}}
[[Category:OSSL Functions]]
+

Revision as of 14:53, 12 June 2011

osCauseHealing(string avatar, double damage);
No descriptions provided
Threat Level High
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
default
{
   state_entry()
  {
     osCauseHealing(llGetOwner(), 50);
  }
}
Notes
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.

Personal tools
General
About This Wiki