Difference between revisions of "GetLocalPlayer"
From King Arthur's Gold Wiki
(Created page with "Used to get the handle to the local player's blob.") |
|||
| Line 1: | Line 1: | ||
| − | + | <onlyinclude> | |
| + | Returns the handle of the local CPlayer. | ||
| + | </onlyinclude> | ||
| + | |||
| + | <syntaxhighlight lang="cpp"> | ||
| + | CPlayer@ getLocalPlayer() | ||
| + | </syntaxhighlight> | ||
Revision as of 06:27, 28 September 2012
Returns the handle of the local CPlayer.
CPlayer@ getLocalPlayer()