Click or drag to resize
MyTextsLoadSupportedLanguages Method

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

[Missing <summary> documentation for "M:VRage.MyTexts.LoadSupportedLanguages(System.String,System.Collections.Generic.HashSet{System.Int32})"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public static void LoadSupportedLanguages(
	string rootDirectory,
	HashSet<int> outSupportedLanguages
)

Parameters

rootDirectory
Type: SystemString

[Missing <param name="rootDirectory"/> documentation for "M:VRage.MyTexts.LoadSupportedLanguages(System.String,System.Collections.Generic.HashSet{System.Int32})"]

outSupportedLanguages
Type: System.Collections.GenericHashSetInt32

[Missing <param name="outSupportedLanguages"/> documentation for "M:VRage.MyTexts.LoadSupportedLanguages(System.String,System.Collections.Generic.HashSet{System.Int32})"]

See Also