PK_LBALL_ask_lballs_adj_o_t   

struct PK_LBALL_ask_lballs_adj_o_s
    {
    int                 o_t_version;    --- version number of options structure
    PK_LOGICAL_t        want_lballs;    --- whether to return the lballs
                                        --- (PK_LOGICAL_false)
    };

typedef struct PK_LBALL_ask_lballs_adj_o_s PK_LBALL_ask_lballs_adj_o_t;



Holds optional controls for querying the adjacent lballs of an lball.

Used in:

PK_LBALL_ask_lballs_adj


Description of fields:

'want_lballs'       Whether to return the adjacent lballs of the lball.
                    The default value is PK_LOGICAL_false.