WriteWideString
From OxeyeWiki
file:writeWideString(value) | ||
Writes a WChar string to the file. | ||
Parameter | Expected Type | Description |
value | A WChar object | The value to be written. |
Returns | ||
Returns nothing. |
DaisyMoon File Objects |
---|
Example
local unicodeName = WChar(player.name) file:writeWideString(unicodeName)