Warning
This is the dev documentation for an unreleased version of MPF!
This is the documentation for MPF 0.56, which is the “dev” (next) release of MPF that is a work-in-progress. Unless you’re specifically looking for this version, you probably want to use the version of documentation called “latest” which is for the latest released version of MPF. That documentation is at docs.missionpinball.org/en/latest.
player_added¶
MPF Event
A new player was just added to this game
Keyword arguments¶
(See the Conditional Events guide for details for how to create entries in your config file that only respond to certain combinations of the arguments below.)
num
- The number of the player that was just added. (e.g. Player 1 will have num=1, Player 4 will have num=4, etc.)
player
- A reference to the instance of the Player() object.