API Documentation > Functions > Function pfcCreateBoolParamValue
Function pfcCreateBoolParamValue

# include <pfcModelItem.h>

pfcParamValue_ptr pfcCreateBoolParamValue (xbool Value)


Description
Creates a pfcParamValue object with the specified Boolean value.
Parameters:
Value The Boolean value
Returns:
The created parameter
Was this helpful?