BSKAddNewVariable
Module: BSKVariable
BSKVariable* BSKAddNewVariable( BSKVariable* list,
BSKVariable* newVar );
Inputs:
- list - the list of variables to add 'newVar' to.
- newVar - the new variable to add to the list.
Returns: The new list containing the given variable 'newVar'.
Description:
Adds the given variable object to the list, and returns the new
list.
Return to the API
Return to the function listing
Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)