Mount Fuji Engine  0.8b
MF_API uintp MFMaterial_GetParameter ( MFMaterial pMaterial,
int  parameterIndex,
int  argIndex,
void *  pValue = NULL 
)

Gets the value of a parameter.

Parameters
pMaterialPointer to a material instance.
parameterIndexIndex of the parameter
argIndexArgument index of the parameter.
pValuePointer to a buffer to receive non-integer parameter data.
Returns
The value of integer or poitner parameters, otherwise returns 0 on success.