BaseballGame
Used to create a BaseballGame object in the Sports Bench Plugin.
To create a new baseball game object, you’ll need to use the Sports_Bench\Classes\Sports\Baseball\Baseball
namespace and then use Game
new BaseballGame( $game_id )
.
This class is a child class of the Game class and inherits all of the properties and methods of the Game class. If you’re using baseball as your sport, you should use the BaseballGame class in your customizations.
Parameters
- int $game_id — The id of the game player create the object for.
Since: 2.0
Source
- /includes/classes/sports/baseball/baseball-game.php — 32