Archive.unarchiveEnumInt

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

Parameters

id Id

the id associated with the value

Return Value

Type: int

the unarchived value

Meta