Click or drag to resize
HyperTextGetLinks Method (ListHyperTextLinkInfo)
Gets the info for all of the links current defined on this instance.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public int GetLinks(
	List<HyperTextLinkInfo> links
)

Parameters

links
Type: System.Collections.GenericListHyperTextLinkInfo
Links.

Return Value

Type: Int32
The number of links defined on this instance.
See Also