WriteWideString

From OxeyeWiki

Jump to: navigation, search

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)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox