Difference between revisions of "CPlayer::AddDeaths"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Blanked the page)
(Undo revision 10797 by Jackitch (talk))
Line 1: Line 1:
 +
<onlyinclude>
 +
 +
</onlyinclude>
 +
 +
<syntaxhighlight lang="cpp">
  
 +
void AddDeaths(int number)
 +
 +
</syntaxhighlight>
 +
 +
Object method of: [[CPlayer]]
 +
[[Category:Scripting]]
 +
[[Category:Object Methods]]

Revision as of 02:41, 10 September 2012



void AddDeaths(int number)

Object method of: CPlayer