@accepts(utf8, utf8, GType, gboolean) @returns(none) def add_play_order(name, description, order_type, hidden)
Adds a new play order to the set of available play orders.
name : |
name of the new play order |
description : |
description of the new play order |
order_type : |
the GType of the play order class |
hidden : |
if True, don't display the play order in the UI |