Getplayer: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Plugwash (talk | contribs)
No edit summary
No edit summary
Line 2: Line 2:


This sets the [[gamevar]] <gamevar> equal to the value of one of the [[Player Member Functions]] <functionname>. The value of <player id> can either be "[[THISACTOR]]" or "[[myconnectindex]]". Please see [[Player Member Functions]] for more information on this command.
This sets the [[gamevar]] <gamevar> equal to the value of one of the [[Player Member Functions]] <functionname>. The value of <player id> can either be "[[THISACTOR]]" or "[[myconnectindex]]". Please see [[Player Member Functions]] for more information on this command.
[[Category:EDuke commands]]
[[Category:Gamevar manipulation]]

Revision as of 18:35, 24 September 2005

getplayer[<player id>].<functionname> <gamevar>

This sets the gamevar <gamevar> equal to the value of one of the Player Member Functions <functionname>. The value of <player id> can either be "THISACTOR" or "myconnectindex". Please see Player Member Functions for more information on this command.