Difference between revisions of "CPlayer::AddDeaths"

From King Arthur's Gold Wiki
Jump to: navigation, search
m (moved CPlayer::AddDeath to CPlayer::AddDeaths: Incorrect Script Name)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
 
 
</onlyinclude>
 
</onlyinclude>
 
<syntaxhighlight lang="cpp">
 
  
 +
<syntaxhighlight lang="cpp">
 
void AddDeaths(int number)
 
void AddDeaths(int number)
 
 
</syntaxhighlight>
 
</syntaxhighlight>
+
 
 
Object method of: [[CPlayer]]
 
Object method of: [[CPlayer]]
 
[[Category:Scripting]]
 
[[Category:Scripting]]
 
[[Category:Object Methods]]
 
[[Category:Object Methods]]

Latest revision as of 17:49, 29 September 2012



void AddDeaths(int number)

Object method of: CPlayer