Python scripting OLP Core - Enums

ItemType

 

Defines the item types.


class ItemType(IntEnum):

{

    None = 0,

    Production = 1,

    Peripheral = 4,

    Human = 8,

    Miscellaneous = 16

  };


Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante