BSKAddUnitDef

Module: BSKUnitDefinition
BSKUnitDefinition* BSKAddUnitDef( BSKUnitDefinition* list,
                                  BSKUI32 id,
                                  BSKFLOAT units,
                                  BSKUI32 refUnit );
Inputs: Returns: The new list of unit definitions that includes the new definition.

Description: Adds the given unit definition (id, units, and refUnit) to the list. Although there is no checking done to ensure this, refUnit should be an identifier of an existing unit.

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)