Setplayer: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


This sets one of the [[Player Member Functions]] <functionname> equal to the value of the [[gamevar]] <gamevar>. The value of <player id> can either be "THISACTOR" or "[[myconnectindex]]." Please see [[Player Member Functions]] for more information on this command.
This sets one of the [[Player Member Functions]] <functionname> equal to the value of the [[gamevar]] <gamevar>. 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:Player manipulation]]

Revision as of 11:04, 24 September 2005

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

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