BSKAddNewVariable

Module: BSKVariable
BSKVariable* BSKAddNewVariable( BSKVariable* list,
                                BSKVariable* newVar );
Inputs: 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)