Difference between revisions of "GetLocalPlayer"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
|||
Line 1: | Line 1: | ||
<onlyinclude> | <onlyinclude> | ||
− | Returns the | + | Returns the [[CPlayer]] reference of the local CPlayer. |
</onlyinclude> | </onlyinclude> | ||
Line 6: | Line 6: | ||
CPlayer@ getLocalPlayer() | CPlayer@ getLocalPlayer() | ||
</syntaxhighlight> | </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()