Brief Index      Full Index      Events Index      I.M. Reference

Show_Conditional_Action_Types


Functions

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

Function Documentation

void Show_Conditional_Action_Types ( char *  action_types  ) 

Shows all actions set in the current segment.

Parameters:
action_types A 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_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().

Brief Index      Full Index      Events Index      I.M. Reference