FutureProg functions

setformcanswitchprog

Characters · computer function, computer program, standard futureprog

Boolean setformcanswitchprog(Character character, Number form, Number prog)
Contexts: computer function, computer program, standard futureprog
Sets a form voluntary-switch eligibility prog and returns true on success.
character: The character who owns the form
form: The form alias or body id
prog: The voluntary eligibility prog name or id

Boolean setformcanswitchprog(Character character, Number form, Text prog)
Contexts: computer function, computer program, standard futureprog
Sets a form voluntary-switch eligibility prog and returns true on success.
character: The character who owns the form
form: The form alias or body id
prog: The voluntary eligibility prog name or id

Boolean setformcanswitchprog(Character character, Text form, Number prog)
Contexts: computer function, computer program, standard futureprog
Sets a form voluntary-switch eligibility prog and returns true on success.
character: The character who owns the form
form: The form alias or body id
prog: The voluntary eligibility prog name or id

Boolean setformcanswitchprog(Character character, Text form, Text prog)
Contexts: computer function, computer program, standard futureprog
Sets a form voluntary-switch eligibility prog and returns true on success.
character: The character who owns the form
form: The form alias or body id
prog: The voluntary eligibility prog name or id

← Back to FutureProg functions