Click or drag to resize
IMyTextPanelGetSelectedImages Method

[This is preliminary documentation and is subject to change.]

Outputs the selected image ids to the specified list. NOTE: List is not cleared internally.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void GetSelectedImages(
	List<string> output
)

Parameters

output
Type: System.Collections.GenericListString

[Missing <param name="output"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.GetSelectedImages(System.Collections.Generic.List{System.String})"]

See Also