Click or drag to resize
HyperTextGetLinkHitboxes Method (Int32, ListRect)

Note: This API is now obsolete.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use HyperText.GetLinkHitboxes(int, List<Rect>)", 
	true)]
public void GetLinkHitboxes(
	int linkIndex,
	ref List<Rect> hitboxes
)

Parameters

linkIndex
Type: SystemInt32
hitboxes
Type: System.Collections.GenericListRect
See Also