Difference between revisions of "GetLocalPlayer"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "Used to get the handle to the local player's blob.")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Used to get the handle to the local player's blob.
+
<onlyinclude>
 +
Returns the [[CPlayer]] reference of the local CPlayer.
 +
</onlyinclude>
 +
 
 +
<syntaxhighlight lang="cpp">
 +
CPlayer@ getLocalPlayer()
 +
</syntaxhighlight>
 +
 
 +
[[Category:Scripting]]
 +
[[Category:Global Functions]]

Latest revision as of 17:53, 29 September 2012

Returns the CPlayer reference of the local CPlayer.


CPlayer@ getLocalPlayer()