Archive.unarchiveEnumWchar

Unarchives the value associated with the given id as a bool.

This method is used when the unarchiving a enum value with the base type bool.

  1. wchar unarchiveEnumWchar(string key)
  2. wchar unarchiveEnumWchar(Id id)
    interface Archive
    wchar
    unarchiveEnumWchar
    ()

Parameters

id Id

the id associated with the value

Return Value

Type: wchar

the unarchived value

Meta