EEex_ClearCStringList
Clears a CStringList. Typically needed to clear CStringList from new creature stats and new temp stats
EEex_ClearCStringList(CStringList*)
Parameters
CStringList* - pointer to a CStringList to clear
Return
None
Notes
Function is implemented by raw asm byte code via EEex_WriteAssemblyFunction
Example
EEex_ClearCStringList(pCStringList)
See Also