======================== _plugin_menuaddseparator ======================== This function adds a new child menu to a menu. :: bool _plugin_menuaddseparator( int hMenu //menu handle to add the separator to ); Parameters ---------- :hMenu: Menu handle from a previously-added child menu or from the main plugin menu. Return Values ------------- Returns `true` on success.