Archive.unarchiveEnumUint

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. uint unarchiveEnumUint(string key)
  2. uint unarchiveEnumUint(Id id)
    interface Archive
    uint
    unarchiveEnumUint
    ()

Parameters

id Id

the id associated with the value

Return Value

Type: uint

the unarchived value

Meta