Functions | |
void | Show_Conditional_Action_Types (char *action_types) |
void | Show_One_Conditional_Action (char const *action_type, char *options, char *condition) |
void Show_Conditional_Action_Types | ( | char * | action_types | ) |
Shows all actions set in the current segment.
action_types | A list of action types set in the current segment. Passed by reference. Returned to user. |
void Show_One_Conditional_Action | ( | char const * | action_type, | |
char * | options, | |||
char * | condition | |||
) |
Shows the options and conditions for the specified action.
action_type | The action type you want to see details about. | |
options | The options set on the specified action_type. Passed by reference. Returned to user. | |
condition | The string listing the conditions associated with the specified action_type. Passed by reference. Returned to user. |