コード例 #1
0
def unload():
    """Remove the player assist attribute."""
    player_attributes.unregister_attribute('assist_points')
コード例 #2
0
def unload():
    """Remove the player hostage attributes."""
    player_attributes.unregister_attribute('hostage_rescues')
    player_attributes.unregister_attribute('hostage_stops')
    player_attributes.unregister_attribute('hostage_kills')
コード例 #3
0
def unload():
    """Unregister the multi-level attribute."""
    player_attributes.unregister_attribute('multi_levels')
コード例 #4
0
def unload():
    player_attributes.unregister_attribute('multi_levels')