API:StringToWString
Aus WARWiki
Converts a string to a wstring. Effectively the same as the built-in Lua towstring().
Nutzung
local result = StringToWString(original)
Arguments
* original (string)
- The original string to be converted.
Return Values
* result (wstring)
- A wstring containing the same contents as the string that was passed.