Creates a copy of the latest conjured sprite LastConjuredObject.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public virtual XSprite CreateLastConjuredObject(
	string name
)

Parameters

name
Type: System..::.String
Name of the new sprite.

Return Value

Returns the newly created sprite XSprite.

See Also