ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[Ambiguate](https://wow.gamepedia.com/API_Ambiguate "API Ambiguate")(fullName, context) - Returns a version of a character-realm string suitable for use in a given context. [BreakUpLargeNumbers](https://wow.gamepedia.com/API_BreakUpLargeNumbers "API BreakUpLargeNumbers")(number\[, natural\]) - Converts a number into a localized string, grouping digits as required. [CalculateStringEditDistance](https://wow.gamepedia.com/index.php?title=API_CalculateStringEditDistance&action=edit&redlink=1 "API CalculateStringEditDistance (page does not exist)")(firstString, secondString) - Returns[Levenshtein](https://en.wikipedia.org/wiki/Levenshtein_distance)distance. [CaseAccentInsensitiveParse](https://wow.gamepedia.com/index.php?title=API_CaseAccentInsensitiveParse&action=edit&redlink=1 "API CaseAccentInsensitiveParse (page does not exist)")(string) [IsRecognizedName](https://wow.gamepedia.com/index.php?title=API_IsRecognizedName&action=edit&redlink=1 "API IsRecognizedName (page does not exist)")(text, includeBitField, excludeBitField) - Not used in FrameXML. UI[ExecuteFrameScript](https://www.townlong-yak.com/framexml/go/ExecuteFrameScript)(frame, scriptName, ...) - Manually calls the handler for a frame script. UI[ExtractHyperlinkString](https://www.townlong-yak.com/framexml/go/ExtractHyperlinkString)("linkString") - Strips any color coding from a[hyperlink](https://wow.gamepedia.com/UI_escape_sequences#Hyperlinks "UI escape sequences"). UI[Flags\_CreateMask](https://www.townlong-yak.com/framexml/go/Flags_CreateMask)(...) - Creates a bitmask. UI[FormatLargeNumber](https://www.townlong-yak.com/framexml/go/FormatLargeNumber)(amount) - Formats a number with dot or comma number seperators. UI[GetRandomArgument](https://wow.gamepedia.com/API_GetRandomArgument "API GetRandomArgument")(...) UI[Lerp](https://www.townlong-yak.com/framexml/go/Lerp)(startValue, endValue, amount) - Linearly interpolation between two values for a parameter in the closed unit interval \[0, 1\] UI[Round](https://www.townlong-yak.com/framexml/go/Round)(value) - Rounds a value. UI[SetItemRef](https://wow.gamepedia.com/API_SetItemRef "API SetItemRef")(link, text, button) - Handles item link tooltips in chat. UI[CopyTable](https://www.townlong-yak.com/framexml/go/CopyTable)(tbl) - Returns a deep copy of a table. UI[tInvert](https://www.townlong-yak.com/framexml/go/tInvert)(tbl) - Returns an inverted table. UI[tIndexOf](https://www.townlong-yak.com/framexml/go/tIndexOf)(tbl, item) - Returns the index for a value in a table. UI[tContains](https://wow.gamepedia.com/API_tContains "API tContains")(tbl, item) - Returns true if a (sequential) table contains a value. UI[tDeleteItem](https://www.townlong-yak.com/framexml/go/tDeleteItem)(tbl, item) - Removes a value from a sequential table.