Mount Fuji Engine  0.8b
MF_API MFStateBlock* MFStateBlock_Merge ( MFStateBlock pSource1,
MFStateBlock pSource2 
)

Merge the contents of 2 state blocks.

Parameters
pSource1The first state block.
pSource2The second state block.
Returns
A new state block containing the states from both source state blocks.
Remarks
If a state is set in both source state blocks, the new state block will receive the value from pSource1.