All Classes |Grouped Classes |Index

Function clone

Copies all information from another sprite into this, not sharing animation state.

	void CL_Sprite::clone(
		const CL_Sprite & source);

Detailed description:

This will not share animation state afterwards, like sprite1 = sprite2 would do.