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
◆ Show_Conditional_Action_Types()
void Show_Conditional_Action_Types | ( | char * | action_types | ) |
◆ Show_One_Conditional_Action()
void Show_One_Conditional_Action | ( | char const * | action_type, |
char * | options, | ||
char * | condition | ||
) |
Shows the options and conditions for the specified action.
- Parameters
-
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.
DETAILS
No additional details. See Set_Conditional_Actions().