Click or drag to resize
GeneralRulesDeactivateTargetSpriteFor Method
Deactivate the sprite currently selected as the target for the specified name and clear the sprite selected for that target name.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual bool DeactivateTargetSpriteFor(
	string TargetName
)

Parameters

TargetName
Type: SystemString
For which target name the currently selected sprite should be terminated.

Return Value

Type: Boolean
True if a sprite was deactivated, false otherwise.
Remarks
Does nothing if the sprite is already inactive or no sprite is selected for the specified target name.
See Also