multigp_toolkit#

MultiGP Toolkit: RaceSync Connector for RotorHazard

Submodules#

Attributes#

Functions#

initialize(rhapi)

Initializes the plugin. Called by the RotorHazard system

register_pilot_attributes(rhapi)

Registers the pilot attributes for the plugin

register_raceclass_attributes(rhapi)

Registers the raceclass attributes for the plugin

register_heat_attributes(rhapi)

Registers the heat attributes for the plugin

register_format_attributes(rhapi)

Registers the format attributes for the plugin

register_race_attributes(rhapi)

Registers the race attributes for the plugin

register_global_options(rhapi)

Registers the global options for the plugin

Package Contents#

multigp_toolkit.logger#
multigp_toolkit.initialize(rhapi)#

Initializes the plugin. Called by the RotorHazard system when registering the plugin.

Parameters:

rhapi (RHAPI.RHAPI) – The RotorHazard API object

multigp_toolkit.register_pilot_attributes(rhapi)#

Registers the pilot attributes for the plugin

Parameters:

rhapi (RHAPI.RHAPI) – The provided instace of RHAPI

Return type:

None

multigp_toolkit.register_raceclass_attributes(rhapi)#

Registers the raceclass attributes for the plugin

Parameters:

rhapi (RHAPI.RHAPI) – The provided instace of RHAPI

Return type:

None

multigp_toolkit.register_heat_attributes(rhapi)#

Registers the heat attributes for the plugin

Parameters:

rhapi (RHAPI.RHAPI) – The provided instace of RHAPI

Return type:

None

multigp_toolkit.register_format_attributes(rhapi)#

Registers the format attributes for the plugin

Parameters:

rhapi (RHAPI.RHAPI) – The provided instace of RHAPI

Return type:

None

multigp_toolkit.register_race_attributes(rhapi)#

Registers the race attributes for the plugin

Parameters:

rhapi (RHAPI.RHAPI) – The provided instace of RHAPI

Return type:

None

multigp_toolkit.register_global_options(rhapi)#

Registers the global options for the plugin

Parameters:

rhapi (RHAPI.RHAPI) – The provided instace of RHAPI

Return type:

None