Functions
Show_Conditional_Action_Types

Functions

void Show_Conditional_Action_Types (char *action_types)
 Shows all actions set in the current segment. More...
 
void Show_One_Conditional_Action (char const *action_type, char *options, char *condition)
 Shows the options and conditions for the specified action. More...
 

Detailed Description

Function Documentation

void Show_Conditional_Action_Types ( char *  action_types)

Shows all actions set in the current segment.

Parameters
action_typesA list of action types set in the current segment. Passed by reference. Returned to user.

DETAILS

No additional details. See Set_Conditional_Actions().

void Show_One_Conditional_Action ( char const *  action_type,
char *  options,
char *  condition 
)

Shows the options and conditions for the specified action.

Parameters
action_typeThe action type you want to see details about.
optionsThe options set on the specified action_type. Passed by reference. Returned to user.
conditionThe string listing the conditions associated with the specified action_type. Passed by reference. Returned to user.

DETAILS

No additional details. See Set_Conditional_Actions().