Getplayer: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
getplayer[<player id>].<functionname> <gamevar> | 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]]. | 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. |
Revision as of 01:11, 10 January 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.