Archive.unarchiveEnumUint

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

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

  1. uint unarchiveEnumUint(string key, Id id)
    interface Archive
    uint
    unarchiveEnumUint
    (
    string key
    ,
    out Id id
    )
  2. uint unarchiveEnumUint(Id id)

Parameters

key string

the key associated with the value

Return Value

Type: uint

the unarchived value

Meta