Archive.unarchiveEnumUshort

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. ushort unarchiveEnumUshort(string key, Id id)
  2. ushort unarchiveEnumUshort(Id id)
    interface Archive
    ushort
    unarchiveEnumUshort
    ()

Parameters

id Id

the id associated with the value

Return Value

Type: ushort

the unarchived value

Meta