Click or drag to resize
GeneralRulesGetSelectedTargetFor Method
Returns the sprite currently selected for the specified target name.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public SpriteBase GetSelectedTargetFor(
	string TargetName
)

Parameters

TargetName
Type: SystemString
Which target name's currently selected sprite will be returned.

Return Value

Type: SpriteBase
SpriteBase object or null if no sprite is selected for the specified target.
See Also