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.") |
Shadlington (Talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | <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 16:53, 29 September 2012
Returns the CPlayer reference of the local CPlayer.
CPlayer@ getLocalPlayer()