BSKUnitDefinition* BSKAddUnitDef( BSKUnitDefinition* list,
BSKUI32 id,
BSKFLOAT units,
BSKUI32 refUnit );
Inputs:
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