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.")
 
Line 1: Line 1:
Used to get the handle to the local player's blob.
+
<onlyinclude>
 +
Returns the handle of the local CPlayer.
 +
</onlyinclude>
 +
 
 +
<syntaxhighlight lang="cpp">
 +
CPlayer@ getLocalPlayer()
 +
</syntaxhighlight>

Revision as of 07:27, 28 September 2012

Returns the handle of the local CPlayer.


CPlayer@ getLocalPlayer()